export declare const findAllFoldersWithName: (config: { basePath: string; folderName: string; ignoreOperations?: boolean; /** * folders to ignore */ ignoreFolders?: string[]; }) => Promise; /** * Returns absolute paths for all docs folders (not the files inside) */ export declare const findAllDocsFolderPaths: (ignoreOperations?: boolean, ignoreFolders?: string[]) => Promise; export declare const findAllTodoFolderPaths: (basePath: string, ignoreOperations?: boolean) => Promise; //# sourceMappingURL=find-folders.d.ts.map