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