/**
 Resolve all HTML links:
 - /test.md in hello -> ../test.html

 @param {string} currentFile
 @param {Function(String) -> String} resolveFile
 @param {HTMLDom} $
 */
declare function resolveLinks(currentFile: any, resolveFile: any, $: any): any;
export default resolveLinks;
//# sourceMappingURL=resolveLinks.d.ts.map