UnstructuredDirectoryLoaderOptions: UnstructuredLoaderOptions & {
    recursive?: boolean;
    unknown?: UnknownHandling;
}