/** * We need to serialize values to a string in case there are Proxy values, as is the case with SolidJS etc. */ export declare const fastClone: (obj: T) => T;