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