import type { WritableDeep } from 'type-fest'; /** * @@@ * * @public exported from `@promptbook/utils` */ export declare function deepClone(objectValue: TObject): WritableDeep; /** * TODO: [🧠] Is there a way how to meaningfully test this utility */