export declare const EXT: string[]; export declare const REGEX: RegExp; export declare const MAIN: string; export declare const CONTENT_TYPE: { html: string; }; export declare function toHTML(file: string): string;