import { MarkedExtension } from 'marked';
/**
 * Extension for adding target="_blank" to absolute URLs and switching
 * *.md links to *.html
 * @returns the marked extension
 */
export default function markedLinks(): MarkedExtension;
