import { AnyNode } from '../types'; export declare function cloneNode(node: N, deep?: boolean): N;