import type { ContentFs } from '../../fs/content-fs'; export declare function readFileContent(filePath: string, fs: ContentFs): Promise; //# sourceMappingURL=read-file-content.d.ts.map