/**
 * Returns a content type based on the extension
 *
 * @param pathname a request resource path or a file path
 */
export declare function getContentType(pathname: string): string | false;
