import { Options } from './options'; export declare function cloneNode(node: T, options: Options, isRoot?: boolean): Promise;