import { DatapromptFile } from '../core/interfaces.js'; export declare function filePathToExpressParams({ filePath, basePath }: { filePath: string; basePath: string; }): string; export declare function readFilesRecursively(directoryPath: string): Promise; export declare function createFileMap(basePath: string): Promise>; //# sourceMappingURL=file-system.d.ts.map