import type { JsonValue } from './types.js'; export declare function cloneJson(value: T): T; //# sourceMappingURL=clone.d.ts.map