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