declare const mime2ext: (mime: string) => string;
export default mime2ext;
