/** * Returns a Clone of the given value. This function is similar to structuredClone() * but also supports deep cloning instances of Map, Set and TypeArray. */ export declare function Clone(value: Value): Value;