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