interface StructuredSerializeOptions {
    transfer?: Transferable[];
}

declare function structuredClone<T = any>(value: T, options?: StructuredSerializeOptions): T;