export declare const textHighlight: (tokens: any, idx: any, options: any, env: any, self: any) => any;
export declare const codeInlineHighlight: (tokens: any, idx: any, options: any, env: any, slf: any) => string;
export declare const renderTextUrlHighlight: (tokens: any, idx: any, options: any, env: any, slf: any) => string;
export declare const renderMathHighlight: (tokens: any, idx: any, options: any, env: any, slf: any) => string;
export declare const captionTableHighlight: (tokens: any, idx: any, options: any, env: any, slf: any) => string;
