/**
 * Return content type from extension
 * @param {string} ext
 * @returns {string}
 */
export declare function getContentType(ext: string): string;
