import type { File } from './types';
declare const getFileByPath: (filePath: string) => Promise<File>;
export default getFileByPath;
//# sourceMappingURL=getFileByPath.d.ts.map