import type { PayloadRequestWithData } from '../types/index.js';
export declare const getFileByPath: (filePath: string) => Promise<PayloadRequestWithData['file']>;
//# sourceMappingURL=getFileByPath.d.ts.map