export declare const getFileExtensionFromMimeType: (mimeType: string | undefined) => string;
