/**
 Highlight all code elements

 @param {Function(lang, body) -> String} highlight
 @param {HTMLDom} $
 @return {Promise}
 */
declare function highlightCode(highlight: any, $: any): any;
export default highlightCode;
//# sourceMappingURL=highlightCode.d.ts.map