declare const _default: { matchesFormats: (filePath: string, formats: string[]) => boolean; isFile: (path: string) => Promise; getFilePaths: (basePath: string) => Promise; }; export = _default;