export declare function escapeHtml(input: string): string;
export declare function highlightSource(code: string, language: string): string;
