import type { FileContent } from "@empiricalrun/shared-types/agent-workflow"; export declare function readFilesInDirectory(dir: string | undefined, filterFunc: (file: string) => boolean): Promise; export declare function convertFileContentsToString(files?: FileContent[]): string; export declare function generatePromptFromDirectory(dir: string | undefined, filterFunc: (file: string) => boolean): Promise; export declare function generatePromptFromNonSpecFiles(dir: string | undefined, filterFunc: (file: string) => boolean): Promise; //# sourceMappingURL=index.d.ts.map