export declare class StructuredClone { static toJSONString(obj: unknown): string; static toCloneableObject(obj: unknown): any; }