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