import type { Cell, Node } from '../types'; export declare const cloneWithNewIds: (node: Node) => Node; export declare const cloneAsCell: (node: Node) => Cell; //# sourceMappingURL=cloneWithNewIds.d.ts.map