/**
 * Returns a best‐guess Content-Type for a file extension.
 * @param extension The extension (with or without leading dot)
 */
export declare function getContentType(extension: string): string;
