import { LocalFile } from "../types"; export declare const getExt: (file: File | LocalFile) => string;