declare const structuredClone: (any: T, options?: { lossy?: boolean }) => T export { structuredClone };