import { ElementNode } from '../types'; export declare function coverAttr(node: ElementNode, form: string, to: string): void;