import { Attach, Options } from '../type'; import { BasePlugin } from './base'; export declare class AttachPlugin extends BasePlugin { exportFuncs: string[]; attachMap: Record; constructor(state: any); getAttachs(node: Text): any; process(currentNode: HTMLElement | Text, opt: Options): boolean; afterResolveNode(curProcessTextNode: Text, start: number, end: number): void; }