declare const isSupportedExtension: (resolveConfig?: boolean) => (file: string) => Promise; export default isSupportedExtension;