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

export { structuredClone };
