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