declare const cloneImmutable: <T>(value: T, depth?: number, options?: {
    method?: `json_parse` | `loop`;
}) => T;

export { cloneImmutable };
