/** * @author WMXPY * @namespace Static * @description Mimetype */ import { IMBRICATE_STATIC_MIME_TYPE } from "@imbricate/core"; export declare const getExtensionFromMimeType: (mimeType: IMBRICATE_STATIC_MIME_TYPE) => string; export declare const getMimeTypeFromExtension: (extension: string) => IMBRICATE_STATIC_MIME_TYPE;