/**
 * File costs 10kb, can be optimized.
 * @todo: optimize for lower file size
 */
export declare const MIME_TYPES: Map<string, string>;
export declare function guessMimeType(filename: string): string;
