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