import { ContentType } from "../model"; export declare function typeToExtension(type: ContentType): string;