import { File } from './types'; declare const getFileByPath: (filePath: string) => File; export default getFileByPath;