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