import { ExamComponentSkin } from './skins'; export declare function mk2html(mk: string, skin?: ExamComponentSkin): string; export declare function mk2html_unwrapped(mk: string, skin?: ExamComponentSkin): string; export declare function mk2html_rewrapped(mk: string, tag: string, skin?: ExamComponentSkin): string; export declare function applySkin(text: string, skin: ExamComponentSkin | undefined): string; export declare function highlightCode(text: string, language: string): string;