import type { LifecycleContext } from '../../../types'; import type { EntitiesFileSchema } from './types.js'; export declare const extractFileContent: (filePath: string, context: LifecycleContext) => Promise; //# sourceMappingURL=extract-file-content.d.ts.map