export declare function highlight(code: string, lang?: string): string; export declare function hlCallback(code?: string, lang?: string): string;