import { Node } from 'unist';
export declare function anchorVisitor(this: any, node: Node): string;
