/** wrapper around the mime-types lookup provide a default value */ export declare const lookupMimeType: (url: string) => string; /** thin wrapper around the mime-type module, provide a default value */ export declare const getContentType: (content: string) => string;