import type { AstNode } from "./ast"; import type { FactoryAst } from "./ast-helpers"; export declare function cloneNode(src: T, { cloneNode }: FactoryAst): T;