/** * Copyright 2024 Google LLC. * Copyright (c) Microsoft Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** * THIS FILE IS AUTOGENERATED by cddlconv 0.1.5. * Run `node tools/generate-bidi-types.mjs` to regenerate. * @see https://github.com/w3c/webdriver-bidi/blob/master/index.bs */ import z from 'zod'; export declare const EventSchema: z.ZodLazy; }, "strip", z.ZodTypeAny, { type: "event"; }, { type: "event"; }>, z.ZodLazy; params: any; }, "strip", z.ZodTypeAny, { method: "browsingContext.contextCreated"; params?: any; }, { method: "browsingContext.contextCreated"; params?: any; }>>, z.ZodLazy; params: any; }, "strip", z.ZodTypeAny, { method: "browsingContext.contextDestroyed"; params?: any; }, { method: "browsingContext.contextDestroyed"; params?: any; }>>, z.ZodLazy; params: z.ZodLazy; navigation: z.ZodUnion<[z.ZodLazy, z.ZodNull]>; timestamp: z.ZodNumber; url: z.ZodString; }, "strip", z.ZodTypeAny, { url: string; navigation: string | null; context: string; timestamp: number; }, { url: string; navigation: string | null; context: string; timestamp: number; }>>; }, "strip", z.ZodTypeAny, { params: { url: string; navigation: string | null; context: string; timestamp: number; }; method: "browsingContext.domContentLoaded"; }, { params: { url: string; navigation: string | null; context: string; timestamp: number; }; method: "browsingContext.domContentLoaded"; }>>, z.ZodLazy; params: z.ZodLazy; navigation: z.ZodUnion<[z.ZodLazy, z.ZodNull]>; timestamp: z.ZodNumber; url: z.ZodString; }, "strip", z.ZodTypeAny, { url: string; navigation: string | null; context: string; timestamp: number; }, { url: string; navigation: string | null; context: string; timestamp: number; }>>; }, "strip", z.ZodTypeAny, { params: { url: string; navigation: string | null; context: string; timestamp: number; }; method: "browsingContext.downloadWillBegin"; }, { params: { url: string; navigation: string | null; context: string; timestamp: number; }; method: "browsingContext.downloadWillBegin"; }>>, z.ZodLazy; params: z.ZodLazy; navigation: z.ZodUnion<[z.ZodLazy, z.ZodNull]>; timestamp: z.ZodNumber; url: z.ZodString; }, "strip", z.ZodTypeAny, { url: string; navigation: string | null; context: string; timestamp: number; }, { url: string; navigation: string | null; context: string; timestamp: number; }>>; }, "strip", z.ZodTypeAny, { params: { url: string; navigation: string | null; context: string; timestamp: number; }; method: "browsingContext.fragmentNavigated"; }, { params: { url: string; navigation: string | null; context: string; timestamp: number; }; method: "browsingContext.fragmentNavigated"; }>>, z.ZodLazy; params: z.ZodLazy; navigation: z.ZodUnion<[z.ZodLazy, z.ZodNull]>; timestamp: z.ZodNumber; url: z.ZodString; }, "strip", z.ZodTypeAny, { url: string; navigation: string | null; context: string; timestamp: number; }, { url: string; navigation: string | null; context: string; timestamp: number; }>>; }, "strip", z.ZodTypeAny, { params: { url: string; navigation: string | null; context: string; timestamp: number; }; method: "browsingContext.load"; }, { params: { url: string; navigation: string | null; context: string; timestamp: number; }; method: "browsingContext.load"; }>>, z.ZodLazy; params: z.ZodLazy; navigation: z.ZodUnion<[z.ZodLazy, z.ZodNull]>; timestamp: z.ZodNumber; url: z.ZodString; }, "strip", z.ZodTypeAny, { url: string; navigation: string | null; context: string; timestamp: number; }, { url: string; navigation: string | null; context: string; timestamp: number; }>>; }, "strip", z.ZodTypeAny, { params: { url: string; navigation: string | null; context: string; timestamp: number; }; method: "browsingContext.navigationAborted"; }, { params: { url: string; navigation: string | null; context: string; timestamp: number; }; method: "browsingContext.navigationAborted"; }>>, z.ZodLazy; params: z.ZodLazy; navigation: z.ZodUnion<[z.ZodLazy, z.ZodNull]>; timestamp: z.ZodNumber; url: z.ZodString; }, "strip", z.ZodTypeAny, { url: string; navigation: string | null; context: string; timestamp: number; }, { url: string; navigation: string | null; context: string; timestamp: number; }>>; }, "strip", z.ZodTypeAny, { params: { url: string; navigation: string | null; context: string; timestamp: number; }; method: "browsingContext.navigationFailed"; }, { params: { url: string; navigation: string | null; context: string; timestamp: number; }; method: "browsingContext.navigationFailed"; }>>, z.ZodLazy; params: z.ZodLazy; navigation: z.ZodUnion<[z.ZodLazy, z.ZodNull]>; timestamp: z.ZodNumber; url: z.ZodString; }, "strip", z.ZodTypeAny, { url: string; navigation: string | null; context: string; timestamp: number; }, { url: string; navigation: string | null; context: string; timestamp: number; }>>; }, "strip", z.ZodTypeAny, { params: { url: string; navigation: string | null; context: string; timestamp: number; }; method: "browsingContext.navigationStarted"; }, { params: { url: string; navigation: string | null; context: string; timestamp: number; }; method: "browsingContext.navigationStarted"; }>>, z.ZodLazy; params: z.ZodLazy; accepted: z.ZodBoolean; userText: z.ZodOptional; }, "strip", z.ZodTypeAny, { context: string; accepted: boolean; userText?: string | undefined; }, { context: string; accepted: boolean; userText?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { context: string; accepted: boolean; userText?: string | undefined; }; method: "browsingContext.userPromptClosed"; }, { params: { context: string; accepted: boolean; userText?: string | undefined; }; method: "browsingContext.userPromptClosed"; }>>, z.ZodLazy; params: z.ZodLazy; type: z.ZodEnum<["alert", "confirm", "prompt", "beforeunload"]>; message: z.ZodString; defaultValue: z.ZodOptional; }, "strip", z.ZodTypeAny, { message: string; type: "prompt" | "alert" | "confirm" | "beforeunload"; context: string; defaultValue?: string | undefined; }, { message: string; type: "prompt" | "alert" | "confirm" | "beforeunload"; context: string; defaultValue?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { message: string; type: "prompt" | "alert" | "confirm" | "beforeunload"; context: string; defaultValue?: string | undefined; }; method: "browsingContext.userPromptOpened"; }, { params: { message: string; type: "prompt" | "alert" | "confirm" | "beforeunload"; context: string; defaultValue?: string | undefined; }; method: "browsingContext.userPromptOpened"; }>>]>>, z.ZodLazy; params: z.ZodLazy>; source: z.ZodLazy; context: z.ZodOptional>; }, "strip", z.ZodTypeAny, { realm: string; context?: string | undefined; }, { realm: string; context?: string | undefined; }>>; text: z.ZodUnion<[z.ZodString, z.ZodNull]>; timestamp: z.ZodNumber; stackTrace: z.ZodOptional>, "many">; }, "strip", z.ZodTypeAny, { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }, { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }>>>; }, "strip", z.ZodTypeAny, { level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; }, { level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; }>>, z.ZodObject<{ type: z.ZodString; }, "strip", z.ZodTypeAny, { type: string; }, { type: string; }>>>, z.ZodLazy>; source: z.ZodLazy; context: z.ZodOptional>; }, "strip", z.ZodTypeAny, { realm: string; context?: string | undefined; }, { realm: string; context?: string | undefined; }>>; text: z.ZodUnion<[z.ZodString, z.ZodNull]>; timestamp: z.ZodNumber; stackTrace: z.ZodOptional>, "many">; }, "strip", z.ZodTypeAny, { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }, { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }>>>; }, "strip", z.ZodTypeAny, { level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; }, { level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; }>>, z.ZodObject<{ type: z.ZodLiteral<"console">; method: z.ZodString; args: z.ZodArray; }, "strip", z.ZodTypeAny, { type: "console"; args: any[]; method: string; }, { type: "console"; args: any[]; method: string; }>>>, z.ZodLazy>; source: z.ZodLazy; context: z.ZodOptional>; }, "strip", z.ZodTypeAny, { realm: string; context?: string | undefined; }, { realm: string; context?: string | undefined; }>>; text: z.ZodUnion<[z.ZodString, z.ZodNull]>; timestamp: z.ZodNumber; stackTrace: z.ZodOptional>, "many">; }, "strip", z.ZodTypeAny, { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }, { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }>>>; }, "strip", z.ZodTypeAny, { level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; }, { level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; }>>, z.ZodObject<{ type: z.ZodLiteral<"javascript">; }, "strip", z.ZodTypeAny, { type: "javascript"; }, { type: "javascript"; }>>>]>>; }, "strip", z.ZodTypeAny, { params: ({ level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; } & { type: string; }) | ({ level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; } & { type: "console"; args: any[]; method: string; }) | ({ level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; } & { type: "javascript"; }) | ({ level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; } & { type: string; } & { type: "console"; args: any[]; method: string; }) | ({ level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; } & { type: string; } & { type: "javascript"; }) | ({ level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; } & { type: "console"; args: any[]; method: string; } & { type: string; }) | ({ level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; } & { type: "javascript"; } & { type: string; }); method: "log.entryAdded"; }, { params: ({ level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; } & { type: string; }) | ({ level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; } & { type: "console"; args: any[]; method: string; }) | ({ level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; } & { type: "javascript"; }) | ({ level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; } & { type: string; } & { type: "console"; args: any[]; method: string; }) | ({ level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; } & { type: string; } & { type: "javascript"; }) | ({ level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; } & { type: "console"; args: any[]; method: string; } & { type: string; }) | ({ level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; } & { type: "javascript"; } & { type: string; }); method: "log.entryAdded"; }>>>, z.ZodLazy; params: z.ZodLazy, z.ZodNull]>; isBlocked: z.ZodBoolean; navigation: z.ZodUnion<[z.ZodLazy, z.ZodNull]>; redirectCount: z.ZodNumber; request: z.ZodLazy; url: z.ZodString; method: z.ZodString; headers: z.ZodArray; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; }, "strip", z.ZodTypeAny, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }>>, "many">; cookies: z.ZodArray; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; domain: z.ZodString; path: z.ZodString; size: z.ZodNumber; httpOnly: z.ZodBoolean; secure: z.ZodBoolean; sameSite: z.ZodLazy>; expiry: z.ZodOptional; }, "strip", z.ZodTypeAny, { path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; }, { path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; }>, z.ZodLazy>>>, "many">; headersSize: z.ZodNumber; bodySize: z.ZodUnion<[z.ZodNumber, z.ZodNull]>; timings: z.ZodLazy>; }, "strip", z.ZodTypeAny, { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }, { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }>>; timestamp: z.ZodNumber; intercepts: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; }, { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; }>>, z.ZodObject<{ response: z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; }, "strip", z.ZodTypeAny, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }>>, "many">; mimeType: z.ZodString; bytesReceived: z.ZodNumber; headersSize: z.ZodUnion<[z.ZodNumber, z.ZodNull]>; bodySize: z.ZodUnion<[z.ZodNumber, z.ZodNull]>; content: z.ZodLazy>; authChallenges: z.ZodOptional>, "many">>; }, "strip", z.ZodTypeAny, { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }, { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }>>; }, "strip", z.ZodTypeAny, { response: { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }; }, { response: { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }; }>>>; }, "strip", z.ZodTypeAny, { params: { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; } & { response: { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }; }; method: "network.authRequired"; }, { params: { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; } & { response: { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }; }; method: "network.authRequired"; }>>, z.ZodLazy; params: z.ZodLazy, z.ZodNull]>; isBlocked: z.ZodBoolean; navigation: z.ZodUnion<[z.ZodLazy, z.ZodNull]>; redirectCount: z.ZodNumber; request: z.ZodLazy; url: z.ZodString; method: z.ZodString; headers: z.ZodArray; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; }, "strip", z.ZodTypeAny, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }>>, "many">; cookies: z.ZodArray; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; domain: z.ZodString; path: z.ZodString; size: z.ZodNumber; httpOnly: z.ZodBoolean; secure: z.ZodBoolean; sameSite: z.ZodLazy>; expiry: z.ZodOptional; }, "strip", z.ZodTypeAny, { path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; }, { path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; }>, z.ZodLazy>>>, "many">; headersSize: z.ZodNumber; bodySize: z.ZodUnion<[z.ZodNumber, z.ZodNull]>; timings: z.ZodLazy>; }, "strip", z.ZodTypeAny, { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }, { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }>>; timestamp: z.ZodNumber; intercepts: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; }, { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; }>>, z.ZodObject<{ initiator: z.ZodLazy; columnNumber: z.ZodOptional; lineNumber: z.ZodOptional; stackTrace: z.ZodOptional>, "many">; }, "strip", z.ZodTypeAny, { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }, { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }>>>; request: z.ZodOptional>; }, "strip", z.ZodTypeAny, { type: "other" | "script" | "parser" | "preflight"; columnNumber?: number | undefined; lineNumber?: number | undefined; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; request?: string | undefined; }, { type: "other" | "script" | "parser" | "preflight"; columnNumber?: number | undefined; lineNumber?: number | undefined; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; request?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { initiator: { type: "other" | "script" | "parser" | "preflight"; columnNumber?: number | undefined; lineNumber?: number | undefined; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; request?: string | undefined; }; }, { initiator: { type: "other" | "script" | "parser" | "preflight"; columnNumber?: number | undefined; lineNumber?: number | undefined; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; request?: string | undefined; }; }>>>; }, "strip", z.ZodTypeAny, { params: { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; } & { initiator: { type: "other" | "script" | "parser" | "preflight"; columnNumber?: number | undefined; lineNumber?: number | undefined; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; request?: string | undefined; }; }; method: "network.beforeRequestSent"; }, { params: { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; } & { initiator: { type: "other" | "script" | "parser" | "preflight"; columnNumber?: number | undefined; lineNumber?: number | undefined; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; request?: string | undefined; }; }; method: "network.beforeRequestSent"; }>>, z.ZodLazy; params: z.ZodLazy, z.ZodNull]>; isBlocked: z.ZodBoolean; navigation: z.ZodUnion<[z.ZodLazy, z.ZodNull]>; redirectCount: z.ZodNumber; request: z.ZodLazy; url: z.ZodString; method: z.ZodString; headers: z.ZodArray; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; }, "strip", z.ZodTypeAny, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }>>, "many">; cookies: z.ZodArray; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; domain: z.ZodString; path: z.ZodString; size: z.ZodNumber; httpOnly: z.ZodBoolean; secure: z.ZodBoolean; sameSite: z.ZodLazy>; expiry: z.ZodOptional; }, "strip", z.ZodTypeAny, { path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; }, { path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; }>, z.ZodLazy>>>, "many">; headersSize: z.ZodNumber; bodySize: z.ZodUnion<[z.ZodNumber, z.ZodNull]>; timings: z.ZodLazy>; }, "strip", z.ZodTypeAny, { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }, { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }>>; timestamp: z.ZodNumber; intercepts: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; }, { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; }>>, z.ZodObject<{ errorText: z.ZodString; }, "strip", z.ZodTypeAny, { errorText: string; }, { errorText: string; }>>>; }, "strip", z.ZodTypeAny, { params: { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; } & { errorText: string; }; method: "network.fetchError"; }, { params: { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; } & { errorText: string; }; method: "network.fetchError"; }>>, z.ZodLazy; params: z.ZodLazy, z.ZodNull]>; isBlocked: z.ZodBoolean; navigation: z.ZodUnion<[z.ZodLazy, z.ZodNull]>; redirectCount: z.ZodNumber; request: z.ZodLazy; url: z.ZodString; method: z.ZodString; headers: z.ZodArray; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; }, "strip", z.ZodTypeAny, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }>>, "many">; cookies: z.ZodArray; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; domain: z.ZodString; path: z.ZodString; size: z.ZodNumber; httpOnly: z.ZodBoolean; secure: z.ZodBoolean; sameSite: z.ZodLazy>; expiry: z.ZodOptional; }, "strip", z.ZodTypeAny, { path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; }, { path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; }>, z.ZodLazy>>>, "many">; headersSize: z.ZodNumber; bodySize: z.ZodUnion<[z.ZodNumber, z.ZodNull]>; timings: z.ZodLazy>; }, "strip", z.ZodTypeAny, { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }, { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }>>; timestamp: z.ZodNumber; intercepts: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; }, { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; }>>, z.ZodObject<{ response: z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; }, "strip", z.ZodTypeAny, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }>>, "many">; mimeType: z.ZodString; bytesReceived: z.ZodNumber; headersSize: z.ZodUnion<[z.ZodNumber, z.ZodNull]>; bodySize: z.ZodUnion<[z.ZodNumber, z.ZodNull]>; content: z.ZodLazy>; authChallenges: z.ZodOptional>, "many">>; }, "strip", z.ZodTypeAny, { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }, { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }>>; }, "strip", z.ZodTypeAny, { response: { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }; }, { response: { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }; }>>>; }, "strip", z.ZodTypeAny, { params: { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; } & { response: { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }; }; method: "network.responseCompleted"; }, { params: { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; } & { response: { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }; }; method: "network.responseCompleted"; }>>, z.ZodLazy; params: z.ZodLazy, z.ZodNull]>; isBlocked: z.ZodBoolean; navigation: z.ZodUnion<[z.ZodLazy, z.ZodNull]>; redirectCount: z.ZodNumber; request: z.ZodLazy; url: z.ZodString; method: z.ZodString; headers: z.ZodArray; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; }, "strip", z.ZodTypeAny, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }>>, "many">; cookies: z.ZodArray; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; domain: z.ZodString; path: z.ZodString; size: z.ZodNumber; httpOnly: z.ZodBoolean; secure: z.ZodBoolean; sameSite: z.ZodLazy>; expiry: z.ZodOptional; }, "strip", z.ZodTypeAny, { path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; }, { path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; }>, z.ZodLazy>>>, "many">; headersSize: z.ZodNumber; bodySize: z.ZodUnion<[z.ZodNumber, z.ZodNull]>; timings: z.ZodLazy>; }, "strip", z.ZodTypeAny, { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }, { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }>>; timestamp: z.ZodNumber; intercepts: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; }, { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; }>>, z.ZodObject<{ response: z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; }, "strip", z.ZodTypeAny, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }>>, "many">; mimeType: z.ZodString; bytesReceived: z.ZodNumber; headersSize: z.ZodUnion<[z.ZodNumber, z.ZodNull]>; bodySize: z.ZodUnion<[z.ZodNumber, z.ZodNull]>; content: z.ZodLazy>; authChallenges: z.ZodOptional>, "many">>; }, "strip", z.ZodTypeAny, { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }, { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }>>; }, "strip", z.ZodTypeAny, { response: { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }; }, { response: { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }; }>>>; }, "strip", z.ZodTypeAny, { params: { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; } & { response: { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }; }; method: "network.responseStarted"; }, { params: { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; } & { response: { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }; }; method: "network.responseStarted"; }>>]>>, z.ZodLazy; params: z.ZodLazy; data: any; source: z.ZodLazy; context: z.ZodOptional>; }, "strip", z.ZodTypeAny, { realm: string; context?: string | undefined; }, { realm: string; context?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { channel: string; source: { realm: string; context?: string | undefined; }; data?: any; }, { channel: string; source: { realm: string; context?: string | undefined; }; data?: any; }>>; }, "strip", z.ZodTypeAny, { params: { channel: string; source: { realm: string; context?: string | undefined; }; data?: any; }; method: "script.message"; }, { params: { channel: string; source: { realm: string; context?: string | undefined; }; data?: any; }; method: "script.message"; }>>, z.ZodLazy; params: z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>, z.ZodObject<{ type: z.ZodLiteral<"window">; context: z.ZodLazy; sandbox: z.ZodOptional; }, "strip", z.ZodTypeAny, { type: "window"; context: string; sandbox?: string | undefined; }, { type: "window"; context: string; sandbox?: string | undefined; }>>>, z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>, z.ZodObject<{ type: z.ZodLiteral<"dedicated-worker">; owners: z.ZodTuple<[z.ZodLazy], null>; }, "strip", z.ZodTypeAny, { type: "dedicated-worker"; owners: [string]; }, { type: "dedicated-worker"; owners: [string]; }>>>, z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>, z.ZodObject<{ type: z.ZodLiteral<"shared-worker">; }, "strip", z.ZodTypeAny, { type: "shared-worker"; }, { type: "shared-worker"; }>>>, z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>, z.ZodObject<{ type: z.ZodLiteral<"service-worker">; }, "strip", z.ZodTypeAny, { type: "service-worker"; }, { type: "service-worker"; }>>>, z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>, z.ZodObject<{ type: z.ZodLiteral<"worker">; }, "strip", z.ZodTypeAny, { type: "worker"; }, { type: "worker"; }>>>, z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>, z.ZodObject<{ type: z.ZodLiteral<"paint-worklet">; }, "strip", z.ZodTypeAny, { type: "paint-worklet"; }, { type: "paint-worklet"; }>>>, z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>, z.ZodObject<{ type: z.ZodLiteral<"audio-worklet">; }, "strip", z.ZodTypeAny, { type: "audio-worklet"; }, { type: "audio-worklet"; }>>>, z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>, z.ZodObject<{ type: z.ZodLiteral<"worklet">; }, "strip", z.ZodTypeAny, { type: "worklet"; }, { type: "worklet"; }>>>]>>; }, "strip", z.ZodTypeAny, { params: ({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }); method: "script.realmCreated"; }, { params: ({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }); method: "script.realmCreated"; }>>, z.ZodLazy; params: z.ZodLazy; }, "strip", z.ZodTypeAny, { realm: string; }, { realm: string; }>>; }, "strip", z.ZodTypeAny, { params: { realm: string; }; method: "script.realmDestroyed"; }, { params: { realm: string; }; method: "script.realmDestroyed"; }>>]>>]>>>, z.ZodLazy>>>; export declare const CommandSchema: z.ZodLazy, z.ZodLazy; params: z.ZodLazy>>; }, "strip", z.ZodTypeAny, { params: Record; method: "browser.close"; }, { params: Record; method: "browser.close"; }>>, z.ZodLazy; params: z.ZodLazy>>; }, "strip", z.ZodTypeAny, { params: Record; method: "browser.createUserContext"; }, { params: Record; method: "browser.createUserContext"; }>>, z.ZodLazy; params: z.ZodLazy>>; }, "strip", z.ZodTypeAny, { params: Record; method: "browser.getUserContexts"; }, { params: Record; method: "browser.getUserContexts"; }>>, z.ZodLazy; params: z.ZodLazy; }, "strip", z.ZodTypeAny, { userContext: string; }, { userContext: string; }>>; }, "strip", z.ZodTypeAny, { params: { userContext: string; }; method: "browser.removeUserContext"; }, { params: { userContext: string; }; method: "browser.removeUserContext"; }>>]>>, z.ZodLazy; params: z.ZodLazy; }, "strip", z.ZodTypeAny, { context: string; }, { context: string; }>>; }, "strip", z.ZodTypeAny, { params: { context: string; }; method: "browsingContext.activate"; }, { params: { context: string; }; method: "browsingContext.activate"; }>>, z.ZodLazy; params: z.ZodLazy; origin: z.ZodOptional>>; format: z.ZodOptional; }, "strip", z.ZodTypeAny, { type: string; quality?: number | undefined; }, { type: string; quality?: number | undefined; }>>>; clip: z.ZodOptional; x: z.ZodNumber; y: z.ZodNumber; width: z.ZodNumber; height: z.ZodNumber; }, "strip", z.ZodTypeAny, { type: "box"; x: number; y: number; width: number; height: number; }, { type: "box"; x: number; y: number; width: number; height: number; }>>, z.ZodLazy; element: z.ZodLazy; handle: z.ZodOptional>; }, "strip", z.ZodTypeAny, { sharedId: string; handle?: string | undefined; }, { sharedId: string; handle?: string | undefined; }>, z.ZodLazy>>>; }, "strip", z.ZodTypeAny, { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; }, { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; }>>]>>>; }, "strip", z.ZodTypeAny, { context: string; origin?: "viewport" | "document" | undefined; format?: { type: string; quality?: number | undefined; } | undefined; clip?: { type: "box"; x: number; y: number; width: number; height: number; } | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; }, { context: string; origin?: "viewport" | "document" | undefined; format?: { type: string; quality?: number | undefined; } | undefined; clip?: { type: "box"; x: number; y: number; width: number; height: number; } | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { context: string; origin?: "viewport" | "document" | undefined; format?: { type: string; quality?: number | undefined; } | undefined; clip?: { type: "box"; x: number; y: number; width: number; height: number; } | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; }; method: "browsingContext.captureScreenshot"; }, { params: { context: string; origin?: "viewport" | "document" | undefined; format?: { type: string; quality?: number | undefined; } | undefined; clip?: { type: "box"; x: number; y: number; width: number; height: number; } | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; }; method: "browsingContext.captureScreenshot"; }>>, z.ZodLazy; params: z.ZodLazy; promptUnload: z.ZodOptional>; }, "strip", z.ZodTypeAny, { context: string; promptUnload?: boolean | undefined; }, { context: string; promptUnload?: boolean | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { context: string; promptUnload?: boolean | undefined; }; method: "browsingContext.close"; }, { params: { context: string; promptUnload?: boolean | undefined; }; method: "browsingContext.close"; }>>, z.ZodLazy; params: z.ZodLazy>; referenceContext: z.ZodOptional>; background: z.ZodOptional>; userContext: z.ZodOptional>; }, "strip", z.ZodTypeAny, { type: "window" | "tab"; referenceContext?: string | undefined; background?: boolean | undefined; userContext?: string | undefined; }, { type: "window" | "tab"; referenceContext?: string | undefined; background?: boolean | undefined; userContext?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { type: "window" | "tab"; referenceContext?: string | undefined; background?: boolean | undefined; userContext?: string | undefined; }; method: "browsingContext.create"; }, { params: { type: "window" | "tab"; referenceContext?: string | undefined; background?: boolean | undefined; userContext?: string | undefined; }; method: "browsingContext.create"; }>>, z.ZodLazy; params: z.ZodLazy; root: z.ZodOptional>; }, "strip", z.ZodTypeAny, { maxDepth?: number | undefined; root?: string | undefined; }, { maxDepth?: number | undefined; root?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { maxDepth?: number | undefined; root?: string | undefined; }; method: "browsingContext.getTree"; }, { params: { maxDepth?: number | undefined; root?: string | undefined; }; method: "browsingContext.getTree"; }>>, z.ZodLazy; params: z.ZodLazy; accept: z.ZodOptional; userText: z.ZodOptional; }, "strip", z.ZodTypeAny, { context: string; accept?: boolean | undefined; userText?: string | undefined; }, { context: string; accept?: boolean | undefined; userText?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { context: string; accept?: boolean | undefined; userText?: string | undefined; }; method: "browsingContext.handleUserPrompt"; }, { params: { context: string; accept?: boolean | undefined; userText?: string | undefined; }; method: "browsingContext.handleUserPrompt"; }>>, z.ZodLazy; params: z.ZodLazy; locator: z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "css"; value: string; }, { type: "css"; value: string; }>>, z.ZodLazy; value: z.ZodString; ignoreCase: z.ZodOptional; matchType: z.ZodOptional>; maxDepth: z.ZodOptional; }, "strip", z.ZodTypeAny, { type: "innerText"; value: string; ignoreCase?: boolean | undefined; matchType?: "partial" | "full" | undefined; maxDepth?: number | undefined; }, { type: "innerText"; value: string; ignoreCase?: boolean | undefined; matchType?: "partial" | "full" | undefined; maxDepth?: number | undefined; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "xpath"; value: string; }, { type: "xpath"; value: string; }>>]>>; maxNodeCount: z.ZodOptional; serializationOptions: z.ZodOptional>>; maxObjectDepth: z.ZodOptional>>; includeShadowTree: z.ZodOptional>>; }, "strip", z.ZodTypeAny, { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; }, { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; }>>>; startNodes: z.ZodOptional; handle: z.ZodOptional>; }, "strip", z.ZodTypeAny, { sharedId: string; handle?: string | undefined; }, { sharedId: string; handle?: string | undefined; }>, z.ZodLazy>>>, "many">>; }, "strip", z.ZodTypeAny, { context: string; locator: { type: "css"; value: string; } | { type: "innerText"; value: string; ignoreCase?: boolean | undefined; matchType?: "partial" | "full" | undefined; maxDepth?: number | undefined; } | { type: "xpath"; value: string; }; maxNodeCount?: number | undefined; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; startNodes?: ({ sharedId: string; handle?: string | undefined; } & Record)[] | undefined; }, { context: string; locator: { type: "css"; value: string; } | { type: "innerText"; value: string; ignoreCase?: boolean | undefined; matchType?: "partial" | "full" | undefined; maxDepth?: number | undefined; } | { type: "xpath"; value: string; }; maxNodeCount?: number | undefined; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; startNodes?: ({ sharedId: string; handle?: string | undefined; } & Record)[] | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { context: string; locator: { type: "css"; value: string; } | { type: "innerText"; value: string; ignoreCase?: boolean | undefined; matchType?: "partial" | "full" | undefined; maxDepth?: number | undefined; } | { type: "xpath"; value: string; }; maxNodeCount?: number | undefined; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; startNodes?: ({ sharedId: string; handle?: string | undefined; } & Record)[] | undefined; }; method: "browsingContext.locateNodes"; }, { params: { context: string; locator: { type: "css"; value: string; } | { type: "innerText"; value: string; ignoreCase?: boolean | undefined; matchType?: "partial" | "full" | undefined; maxDepth?: number | undefined; } | { type: "xpath"; value: string; }; maxNodeCount?: number | undefined; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; startNodes?: ({ sharedId: string; handle?: string | undefined; } & Record)[] | undefined; }; method: "browsingContext.locateNodes"; }>>, z.ZodLazy; params: z.ZodLazy; url: z.ZodString; wait: z.ZodOptional>>; }, "strip", z.ZodTypeAny, { url: string; context: string; wait?: "none" | "interactive" | "complete" | undefined; }, { url: string; context: string; wait?: "none" | "interactive" | "complete" | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { url: string; context: string; wait?: "none" | "interactive" | "complete" | undefined; }; method: "browsingContext.navigate"; }, { params: { url: string; context: string; wait?: "none" | "interactive" | "complete" | undefined; }; method: "browsingContext.navigate"; }>>, z.ZodLazy; params: z.ZodLazy; background: z.ZodOptional>; margin: z.ZodOptional>; left: z.ZodOptional>; right: z.ZodOptional>; top: z.ZodOptional>; }, "strip", z.ZodTypeAny, { bottom?: number | undefined; left?: number | undefined; right?: number | undefined; top?: number | undefined; }, { bottom?: number | undefined; left?: number | undefined; right?: number | undefined; top?: number | undefined; }>>>; orientation: z.ZodOptional>>; page: z.ZodOptional>; width: z.ZodOptional>; }, "strip", z.ZodTypeAny, { height?: number | undefined; width?: number | undefined; }, { height?: number | undefined; width?: number | undefined; }>>>; pageRanges: z.ZodOptional, "many">>; scale: z.ZodOptional>; shrinkToFit: z.ZodOptional>; }, "strip", z.ZodTypeAny, { context: string; background?: boolean | undefined; margin?: { bottom?: number | undefined; left?: number | undefined; right?: number | undefined; top?: number | undefined; } | undefined; orientation?: "portrait" | "landscape" | undefined; page?: { height?: number | undefined; width?: number | undefined; } | undefined; pageRanges?: (string | number)[] | undefined; scale?: number | undefined; shrinkToFit?: boolean | undefined; }, { context: string; background?: boolean | undefined; margin?: { bottom?: number | undefined; left?: number | undefined; right?: number | undefined; top?: number | undefined; } | undefined; orientation?: "portrait" | "landscape" | undefined; page?: { height?: number | undefined; width?: number | undefined; } | undefined; pageRanges?: (string | number)[] | undefined; scale?: number | undefined; shrinkToFit?: boolean | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { context: string; background?: boolean | undefined; margin?: { bottom?: number | undefined; left?: number | undefined; right?: number | undefined; top?: number | undefined; } | undefined; orientation?: "portrait" | "landscape" | undefined; page?: { height?: number | undefined; width?: number | undefined; } | undefined; pageRanges?: (string | number)[] | undefined; scale?: number | undefined; shrinkToFit?: boolean | undefined; }; method: "browsingContext.print"; }, { params: { context: string; background?: boolean | undefined; margin?: { bottom?: number | undefined; left?: number | undefined; right?: number | undefined; top?: number | undefined; } | undefined; orientation?: "portrait" | "landscape" | undefined; page?: { height?: number | undefined; width?: number | undefined; } | undefined; pageRanges?: (string | number)[] | undefined; scale?: number | undefined; shrinkToFit?: boolean | undefined; }; method: "browsingContext.print"; }>>, z.ZodLazy; params: z.ZodLazy; ignoreCache: z.ZodOptional; wait: z.ZodOptional>>; }, "strip", z.ZodTypeAny, { context: string; ignoreCache?: boolean | undefined; wait?: "none" | "interactive" | "complete" | undefined; }, { context: string; ignoreCache?: boolean | undefined; wait?: "none" | "interactive" | "complete" | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { context: string; ignoreCache?: boolean | undefined; wait?: "none" | "interactive" | "complete" | undefined; }; method: "browsingContext.reload"; }, { params: { context: string; ignoreCache?: boolean | undefined; wait?: "none" | "interactive" | "complete" | undefined; }; method: "browsingContext.reload"; }>>, z.ZodLazy; params: z.ZodLazy; viewport: z.ZodOptional>, z.ZodNull]>>; devicePixelRatio: z.ZodOptional>; }, "strip", z.ZodTypeAny, { context: string; viewport?: { width: number; height: number; } | null | undefined; devicePixelRatio?: number | null | undefined; }, { context: string; viewport?: { width: number; height: number; } | null | undefined; devicePixelRatio?: number | null | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { context: string; viewport?: { width: number; height: number; } | null | undefined; devicePixelRatio?: number | null | undefined; }; method: "browsingContext.setViewport"; }, { params: { context: string; viewport?: { width: number; height: number; } | null | undefined; devicePixelRatio?: number | null | undefined; }; method: "browsingContext.setViewport"; }>>, z.ZodLazy; params: z.ZodLazy; delta: z.ZodNumber; }, "strip", z.ZodTypeAny, { context: string; delta: number; }, { context: string; delta: number; }>>; }, "strip", z.ZodTypeAny, { params: { context: string; delta: number; }; method: "browsingContext.traverseHistory"; }, { params: { context: string; delta: number; }; method: "browsingContext.traverseHistory"; }>>]>>, z.ZodLazy; params: z.ZodLazy; actions: z.ZodArray; id: z.ZodString; actions: z.ZodArray; duration: z.ZodOptional; }, "strip", z.ZodTypeAny, { type: "pause"; duration?: number | undefined; }, { type: "pause"; duration?: number | undefined; }>>>, "many">; }, "strip", z.ZodTypeAny, { type: "none"; actions: { type: "pause"; duration?: number | undefined; }[]; id: string; }, { type: "none"; actions: { type: "pause"; duration?: number | undefined; }[]; id: string; }>>, z.ZodLazy; id: z.ZodString; actions: z.ZodArray; duration: z.ZodOptional; }, "strip", z.ZodTypeAny, { type: "pause"; duration?: number | undefined; }, { type: "pause"; duration?: number | undefined; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "keyDown"; value: string; }, { type: "keyDown"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "keyUp"; value: string; }, { type: "keyUp"; value: string; }>>]>>, "many">; }, "strip", z.ZodTypeAny, { type: "key"; actions: ({ type: "pause"; duration?: number | undefined; } | { type: "keyDown"; value: string; } | { type: "keyUp"; value: string; })[]; id: string; }, { type: "key"; actions: ({ type: "pause"; duration?: number | undefined; } | { type: "keyDown"; value: string; } | { type: "keyUp"; value: string; })[]; id: string; }>>, z.ZodLazy; id: z.ZodString; parameters: z.ZodOptional>>>; }, "strip", z.ZodTypeAny, { pointerType?: "touch" | "mouse" | "pen" | undefined; }, { pointerType?: "touch" | "mouse" | "pen" | undefined; }>>>; actions: z.ZodArray; duration: z.ZodOptional; }, "strip", z.ZodTypeAny, { type: "pause"; duration?: number | undefined; }, { type: "pause"; duration?: number | undefined; }>>, z.ZodLazy; button: z.ZodNumber; }, "strip", z.ZodTypeAny, { type: "pointerDown"; button: number; }, { type: "pointerDown"; button: number; }>, z.ZodLazy>; height: z.ZodOptional>; pressure: z.ZodOptional>; tangentialPressure: z.ZodOptional>; twist: z.ZodOptional>; altitudeAngle: z.ZodOptional>; azimuthAngle: z.ZodOptional>; }, "strip", z.ZodTypeAny, { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }, { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }>>>>, z.ZodLazy; button: z.ZodNumber; }, "strip", z.ZodTypeAny, { type: "pointerUp"; button: number; }, { type: "pointerUp"; button: number; }>>, z.ZodLazy; x: z.ZodNumber; y: z.ZodNumber; duration: z.ZodOptional; origin: z.ZodOptional, z.ZodLiteral<"pointer">, z.ZodLazy; element: z.ZodLazy; handle: z.ZodOptional>; }, "strip", z.ZodTypeAny, { sharedId: string; handle?: string | undefined; }, { sharedId: string; handle?: string | undefined; }>, z.ZodLazy>>>; }, "strip", z.ZodTypeAny, { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; }, { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; }>>]>>>; }, "strip", z.ZodTypeAny, { type: "pointerMove"; x: number; y: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; }, { type: "pointerMove"; x: number; y: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; }>, z.ZodLazy>; height: z.ZodOptional>; pressure: z.ZodOptional>; tangentialPressure: z.ZodOptional>; twist: z.ZodOptional>; altitudeAngle: z.ZodOptional>; azimuthAngle: z.ZodOptional>; }, "strip", z.ZodTypeAny, { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }, { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }>>>>]>>, "many">; }, "strip", z.ZodTypeAny, { type: "pointer"; actions: ({ type: "pause"; duration?: number | undefined; } | ({ type: "pointerDown"; button: number; } & { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }) | { type: "pointerUp"; button: number; } | ({ type: "pointerMove"; x: number; y: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; } & { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }))[]; id: string; parameters?: { pointerType?: "touch" | "mouse" | "pen" | undefined; } | undefined; }, { type: "pointer"; actions: ({ type: "pause"; duration?: number | undefined; } | ({ type: "pointerDown"; button: number; } & { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }) | { type: "pointerUp"; button: number; } | ({ type: "pointerMove"; x: number; y: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; } & { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }))[]; id: string; parameters?: { pointerType?: "touch" | "mouse" | "pen" | undefined; } | undefined; }>>, z.ZodLazy; id: z.ZodString; actions: z.ZodArray; duration: z.ZodOptional; }, "strip", z.ZodTypeAny, { type: "pause"; duration?: number | undefined; }, { type: "pause"; duration?: number | undefined; }>>, z.ZodLazy; x: z.ZodNumber; y: z.ZodNumber; deltaX: z.ZodNumber; deltaY: z.ZodNumber; duration: z.ZodOptional; origin: z.ZodOptional, z.ZodLiteral<"pointer">, z.ZodLazy; element: z.ZodLazy; handle: z.ZodOptional>; }, "strip", z.ZodTypeAny, { sharedId: string; handle?: string | undefined; }, { sharedId: string; handle?: string | undefined; }>, z.ZodLazy>>>; }, "strip", z.ZodTypeAny, { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; }, { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; }>>]>>>>; }, "strip", z.ZodTypeAny, { type: "scroll"; x: number; y: number; deltaX: number; deltaY: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; }, { type: "scroll"; x: number; y: number; deltaX: number; deltaY: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; }>>]>>, "many">; }, "strip", z.ZodTypeAny, { type: "wheel"; actions: ({ type: "pause"; duration?: number | undefined; } | { type: "scroll"; x: number; y: number; deltaX: number; deltaY: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; })[]; id: string; }, { type: "wheel"; actions: ({ type: "pause"; duration?: number | undefined; } | { type: "scroll"; x: number; y: number; deltaX: number; deltaY: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; })[]; id: string; }>>]>>, "many">; }, "strip", z.ZodTypeAny, { context: string; actions: ({ type: "none"; actions: { type: "pause"; duration?: number | undefined; }[]; id: string; } | { type: "key"; actions: ({ type: "pause"; duration?: number | undefined; } | { type: "keyDown"; value: string; } | { type: "keyUp"; value: string; })[]; id: string; } | { type: "pointer"; actions: ({ type: "pause"; duration?: number | undefined; } | ({ type: "pointerDown"; button: number; } & { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }) | { type: "pointerUp"; button: number; } | ({ type: "pointerMove"; x: number; y: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; } & { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }))[]; id: string; parameters?: { pointerType?: "touch" | "mouse" | "pen" | undefined; } | undefined; } | { type: "wheel"; actions: ({ type: "pause"; duration?: number | undefined; } | { type: "scroll"; x: number; y: number; deltaX: number; deltaY: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; })[]; id: string; })[]; }, { context: string; actions: ({ type: "none"; actions: { type: "pause"; duration?: number | undefined; }[]; id: string; } | { type: "key"; actions: ({ type: "pause"; duration?: number | undefined; } | { type: "keyDown"; value: string; } | { type: "keyUp"; value: string; })[]; id: string; } | { type: "pointer"; actions: ({ type: "pause"; duration?: number | undefined; } | ({ type: "pointerDown"; button: number; } & { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }) | { type: "pointerUp"; button: number; } | ({ type: "pointerMove"; x: number; y: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; } & { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }))[]; id: string; parameters?: { pointerType?: "touch" | "mouse" | "pen" | undefined; } | undefined; } | { type: "wheel"; actions: ({ type: "pause"; duration?: number | undefined; } | { type: "scroll"; x: number; y: number; deltaX: number; deltaY: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; })[]; id: string; })[]; }>>; }, "strip", z.ZodTypeAny, { params: { context: string; actions: ({ type: "none"; actions: { type: "pause"; duration?: number | undefined; }[]; id: string; } | { type: "key"; actions: ({ type: "pause"; duration?: number | undefined; } | { type: "keyDown"; value: string; } | { type: "keyUp"; value: string; })[]; id: string; } | { type: "pointer"; actions: ({ type: "pause"; duration?: number | undefined; } | ({ type: "pointerDown"; button: number; } & { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }) | { type: "pointerUp"; button: number; } | ({ type: "pointerMove"; x: number; y: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; } & { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }))[]; id: string; parameters?: { pointerType?: "touch" | "mouse" | "pen" | undefined; } | undefined; } | { type: "wheel"; actions: ({ type: "pause"; duration?: number | undefined; } | { type: "scroll"; x: number; y: number; deltaX: number; deltaY: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; })[]; id: string; })[]; }; method: "input.performActions"; }, { params: { context: string; actions: ({ type: "none"; actions: { type: "pause"; duration?: number | undefined; }[]; id: string; } | { type: "key"; actions: ({ type: "pause"; duration?: number | undefined; } | { type: "keyDown"; value: string; } | { type: "keyUp"; value: string; })[]; id: string; } | { type: "pointer"; actions: ({ type: "pause"; duration?: number | undefined; } | ({ type: "pointerDown"; button: number; } & { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }) | { type: "pointerUp"; button: number; } | ({ type: "pointerMove"; x: number; y: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; } & { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }))[]; id: string; parameters?: { pointerType?: "touch" | "mouse" | "pen" | undefined; } | undefined; } | { type: "wheel"; actions: ({ type: "pause"; duration?: number | undefined; } | { type: "scroll"; x: number; y: number; deltaX: number; deltaY: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; })[]; id: string; })[]; }; method: "input.performActions"; }>>, z.ZodLazy; params: z.ZodLazy; }, "strip", z.ZodTypeAny, { context: string; }, { context: string; }>>; }, "strip", z.ZodTypeAny, { params: { context: string; }; method: "input.releaseActions"; }, { params: { context: string; }; method: "input.releaseActions"; }>>, z.ZodLazy; params: z.ZodLazy; element: z.ZodLazy; handle: z.ZodOptional>; }, "strip", z.ZodTypeAny, { sharedId: string; handle?: string | undefined; }, { sharedId: string; handle?: string | undefined; }>, z.ZodLazy>>>; files: z.ZodArray; }, "strip", z.ZodTypeAny, { element: { sharedId: string; handle?: string | undefined; } & Record; context: string; files: string[]; }, { element: { sharedId: string; handle?: string | undefined; } & Record; context: string; files: string[]; }>>; }, "strip", z.ZodTypeAny, { params: { element: { sharedId: string; handle?: string | undefined; } & Record; context: string; files: string[]; }; method: "input.setFiles"; }, { params: { element: { sharedId: string; handle?: string | undefined; } & Record; context: string; files: string[]; }; method: "input.setFiles"; }>>]>>, z.ZodLazy; params: z.ZodLazy>, "many">; contexts: z.ZodOptional, "many">>; urlPatterns: z.ZodOptional; protocol: z.ZodOptional; hostname: z.ZodOptional; port: z.ZodOptional; pathname: z.ZodOptional; search: z.ZodOptional; }, "strip", z.ZodTypeAny, { type: "pattern"; protocol?: string | undefined; hostname?: string | undefined; port?: string | undefined; pathname?: string | undefined; search?: string | undefined; }, { type: "pattern"; protocol?: string | undefined; hostname?: string | undefined; port?: string | undefined; pathname?: string | undefined; search?: string | undefined; }>>, z.ZodLazy; pattern: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; pattern: string; }, { type: "string"; pattern: string; }>>]>>, "many">>; }, "strip", z.ZodTypeAny, { phases: ("beforeRequestSent" | "responseStarted" | "authRequired")[]; contexts?: string[] | undefined; urlPatterns?: ({ type: "pattern"; protocol?: string | undefined; hostname?: string | undefined; port?: string | undefined; pathname?: string | undefined; search?: string | undefined; } | { type: "string"; pattern: string; })[] | undefined; }, { phases: ("beforeRequestSent" | "responseStarted" | "authRequired")[]; contexts?: string[] | undefined; urlPatterns?: ({ type: "pattern"; protocol?: string | undefined; hostname?: string | undefined; port?: string | undefined; pathname?: string | undefined; search?: string | undefined; } | { type: "string"; pattern: string; })[] | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { phases: ("beforeRequestSent" | "responseStarted" | "authRequired")[]; contexts?: string[] | undefined; urlPatterns?: ({ type: "pattern"; protocol?: string | undefined; hostname?: string | undefined; port?: string | undefined; pathname?: string | undefined; search?: string | undefined; } | { type: "string"; pattern: string; })[] | undefined; }; method: "network.addIntercept"; }, { params: { phases: ("beforeRequestSent" | "responseStarted" | "authRequired")[]; contexts?: string[] | undefined; urlPatterns?: ({ type: "pattern"; protocol?: string | undefined; hostname?: string | undefined; port?: string | undefined; pathname?: string | undefined; search?: string | undefined; } | { type: "string"; pattern: string; })[] | undefined; }; method: "network.addIntercept"; }>>, z.ZodLazy; params: z.ZodLazy; body: z.ZodOptional; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>>; cookies: z.ZodOptional; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; }, "strip", z.ZodTypeAny, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }>>, "many">>; headers: z.ZodOptional; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; }, "strip", z.ZodTypeAny, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }>>, "many">>; method: z.ZodOptional; url: z.ZodOptional; }, "strip", z.ZodTypeAny, { request: string; body?: { type: "string"; value: string; } | { type: "base64"; value: string; } | undefined; cookies?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[] | undefined; headers?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[] | undefined; method?: string | undefined; url?: string | undefined; }, { request: string; body?: { type: "string"; value: string; } | { type: "base64"; value: string; } | undefined; cookies?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[] | undefined; headers?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[] | undefined; method?: string | undefined; url?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { request: string; body?: { type: "string"; value: string; } | { type: "base64"; value: string; } | undefined; cookies?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[] | undefined; headers?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[] | undefined; method?: string | undefined; url?: string | undefined; }; method: "network.continueRequest"; }, { params: { request: string; body?: { type: "string"; value: string; } | { type: "base64"; value: string; } | undefined; cookies?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[] | undefined; headers?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[] | undefined; method?: string | undefined; url?: string | undefined; }; method: "network.continueRequest"; }>>, z.ZodLazy; params: z.ZodLazy; cookies: z.ZodOptional; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; domain: z.ZodOptional; httpOnly: z.ZodOptional; expiry: z.ZodOptional; maxAge: z.ZodOptional; path: z.ZodOptional; sameSite: z.ZodOptional>>; secure: z.ZodOptional; }, "strip", z.ZodTypeAny, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; domain?: string | undefined; httpOnly?: boolean | undefined; expiry?: string | undefined; maxAge?: number | undefined; path?: string | undefined; sameSite?: "strict" | "none" | "lax" | undefined; secure?: boolean | undefined; }, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; domain?: string | undefined; httpOnly?: boolean | undefined; expiry?: string | undefined; maxAge?: number | undefined; path?: string | undefined; sameSite?: "strict" | "none" | "lax" | undefined; secure?: boolean | undefined; }>>, "many">>; credentials: z.ZodOptional; username: z.ZodString; password: z.ZodString; }, "strip", z.ZodTypeAny, { type: "password"; password: string; username: string; }, { type: "password"; password: string; username: string; }>>>; headers: z.ZodOptional; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; }, "strip", z.ZodTypeAny, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }>>, "many">>; reasonPhrase: z.ZodOptional; statusCode: z.ZodOptional; }, "strip", z.ZodTypeAny, { request: string; cookies?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; domain?: string | undefined; httpOnly?: boolean | undefined; expiry?: string | undefined; maxAge?: number | undefined; path?: string | undefined; sameSite?: "strict" | "none" | "lax" | undefined; secure?: boolean | undefined; }[] | undefined; credentials?: { type: "password"; password: string; username: string; } | undefined; headers?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[] | undefined; reasonPhrase?: string | undefined; statusCode?: number | undefined; }, { request: string; cookies?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; domain?: string | undefined; httpOnly?: boolean | undefined; expiry?: string | undefined; maxAge?: number | undefined; path?: string | undefined; sameSite?: "strict" | "none" | "lax" | undefined; secure?: boolean | undefined; }[] | undefined; credentials?: { type: "password"; password: string; username: string; } | undefined; headers?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[] | undefined; reasonPhrase?: string | undefined; statusCode?: number | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { request: string; cookies?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; domain?: string | undefined; httpOnly?: boolean | undefined; expiry?: string | undefined; maxAge?: number | undefined; path?: string | undefined; sameSite?: "strict" | "none" | "lax" | undefined; secure?: boolean | undefined; }[] | undefined; credentials?: { type: "password"; password: string; username: string; } | undefined; headers?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[] | undefined; reasonPhrase?: string | undefined; statusCode?: number | undefined; }; method: "network.continueResponse"; }, { params: { request: string; cookies?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; domain?: string | undefined; httpOnly?: boolean | undefined; expiry?: string | undefined; maxAge?: number | undefined; path?: string | undefined; sameSite?: "strict" | "none" | "lax" | undefined; secure?: boolean | undefined; }[] | undefined; credentials?: { type: "password"; password: string; username: string; } | undefined; headers?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[] | undefined; reasonPhrase?: string | undefined; statusCode?: number | undefined; }; method: "network.continueResponse"; }>>, z.ZodLazy; params: z.ZodLazy; }, "strip", z.ZodTypeAny, { request: string; }, { request: string; }>, z.ZodUnion<[z.ZodLazy; credentials: z.ZodLazy; username: z.ZodString; password: z.ZodString; }, "strip", z.ZodTypeAny, { type: "password"; password: string; username: string; }, { type: "password"; password: string; username: string; }>>; }, "strip", z.ZodTypeAny, { credentials: { type: "password"; password: string; username: string; }; action: "provideCredentials"; }, { credentials: { type: "password"; password: string; username: string; }; action: "provideCredentials"; }>>, z.ZodLazy; }, "strip", z.ZodTypeAny, { action: "default" | "cancel"; }, { action: "default" | "cancel"; }>>]>>>; }, "strip", z.ZodTypeAny, { params: ({ request: string; } & { credentials: { type: "password"; password: string; username: string; }; action: "provideCredentials"; }) | ({ request: string; } & { action: "default" | "cancel"; }); method: "network.continueWithAuth"; }, { params: ({ request: string; } & { credentials: { type: "password"; password: string; username: string; }; action: "provideCredentials"; }) | ({ request: string; } & { action: "default" | "cancel"; }); method: "network.continueWithAuth"; }>>, z.ZodLazy; params: z.ZodLazy; }, "strip", z.ZodTypeAny, { request: string; }, { request: string; }>>; }, "strip", z.ZodTypeAny, { params: { request: string; }; method: "network.failRequest"; }, { params: { request: string; }; method: "network.failRequest"; }>>, z.ZodLazy; params: z.ZodLazy; body: z.ZodOptional; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>>; cookies: z.ZodOptional; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; domain: z.ZodOptional; httpOnly: z.ZodOptional; expiry: z.ZodOptional; maxAge: z.ZodOptional; path: z.ZodOptional; sameSite: z.ZodOptional>>; secure: z.ZodOptional; }, "strip", z.ZodTypeAny, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; domain?: string | undefined; httpOnly?: boolean | undefined; expiry?: string | undefined; maxAge?: number | undefined; path?: string | undefined; sameSite?: "strict" | "none" | "lax" | undefined; secure?: boolean | undefined; }, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; domain?: string | undefined; httpOnly?: boolean | undefined; expiry?: string | undefined; maxAge?: number | undefined; path?: string | undefined; sameSite?: "strict" | "none" | "lax" | undefined; secure?: boolean | undefined; }>>, "many">>; headers: z.ZodOptional; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; }, "strip", z.ZodTypeAny, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }>>, "many">>; reasonPhrase: z.ZodOptional; statusCode: z.ZodOptional; }, "strip", z.ZodTypeAny, { request: string; body?: { type: "string"; value: string; } | { type: "base64"; value: string; } | undefined; cookies?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; domain?: string | undefined; httpOnly?: boolean | undefined; expiry?: string | undefined; maxAge?: number | undefined; path?: string | undefined; sameSite?: "strict" | "none" | "lax" | undefined; secure?: boolean | undefined; }[] | undefined; headers?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[] | undefined; reasonPhrase?: string | undefined; statusCode?: number | undefined; }, { request: string; body?: { type: "string"; value: string; } | { type: "base64"; value: string; } | undefined; cookies?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; domain?: string | undefined; httpOnly?: boolean | undefined; expiry?: string | undefined; maxAge?: number | undefined; path?: string | undefined; sameSite?: "strict" | "none" | "lax" | undefined; secure?: boolean | undefined; }[] | undefined; headers?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[] | undefined; reasonPhrase?: string | undefined; statusCode?: number | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { request: string; body?: { type: "string"; value: string; } | { type: "base64"; value: string; } | undefined; cookies?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; domain?: string | undefined; httpOnly?: boolean | undefined; expiry?: string | undefined; maxAge?: number | undefined; path?: string | undefined; sameSite?: "strict" | "none" | "lax" | undefined; secure?: boolean | undefined; }[] | undefined; headers?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[] | undefined; reasonPhrase?: string | undefined; statusCode?: number | undefined; }; method: "network.provideResponse"; }, { params: { request: string; body?: { type: "string"; value: string; } | { type: "base64"; value: string; } | undefined; cookies?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; domain?: string | undefined; httpOnly?: boolean | undefined; expiry?: string | undefined; maxAge?: number | undefined; path?: string | undefined; sameSite?: "strict" | "none" | "lax" | undefined; secure?: boolean | undefined; }[] | undefined; headers?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[] | undefined; reasonPhrase?: string | undefined; statusCode?: number | undefined; }; method: "network.provideResponse"; }>>, z.ZodLazy; params: z.ZodLazy; }, "strip", z.ZodTypeAny, { intercept: string; }, { intercept: string; }>>; }, "strip", z.ZodTypeAny, { params: { intercept: string; }; method: "network.removeIntercept"; }, { params: { intercept: string; }; method: "network.removeIntercept"; }>>]>>, z.ZodLazy; params: z.ZodLazy; value: z.ZodLazy; serializationOptions: z.ZodOptional>>; maxObjectDepth: z.ZodOptional>>; includeShadowTree: z.ZodOptional>>; }, "strip", z.ZodTypeAny, { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; }, { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; }>>>; ownership: z.ZodOptional>>; }, "strip", z.ZodTypeAny, { channel: string; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; ownership?: "none" | "root" | undefined; }, { channel: string; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; ownership?: "none" | "root" | undefined; }>>; }, "strip", z.ZodTypeAny, { type: "channel"; value: { channel: string; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; ownership?: "none" | "root" | undefined; }; }, { type: "channel"; value: { channel: string; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; ownership?: "none" | "root" | undefined; }; }>>, "many">>; contexts: z.ZodOptional, "many">>; sandbox: z.ZodOptional; }, "strip", z.ZodTypeAny, { functionDeclaration: string; arguments?: { type: "channel"; value: { channel: string; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; ownership?: "none" | "root" | undefined; }; }[] | undefined; contexts?: string[] | undefined; sandbox?: string | undefined; }, { functionDeclaration: string; arguments?: { type: "channel"; value: { channel: string; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; ownership?: "none" | "root" | undefined; }; }[] | undefined; contexts?: string[] | undefined; sandbox?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { functionDeclaration: string; arguments?: { type: "channel"; value: { channel: string; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; ownership?: "none" | "root" | undefined; }; }[] | undefined; contexts?: string[] | undefined; sandbox?: string | undefined; }; method: "script.addPreloadScript"; }, { params: { functionDeclaration: string; arguments?: { type: "channel"; value: { channel: string; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; ownership?: "none" | "root" | undefined; }; }[] | undefined; contexts?: string[] | undefined; sandbox?: string | undefined; }; method: "script.addPreloadScript"; }>>, z.ZodLazy; params: z.ZodLazy; sandbox: z.ZodOptional; }, "strip", z.ZodTypeAny, { context: string; sandbox?: string | undefined; }, { context: string; sandbox?: string | undefined; }>>, z.ZodLazy; }, "strip", z.ZodTypeAny, { realm: string; }, { realm: string; }>>]>>; arguments: z.ZodOptional>; resultOwnership: z.ZodOptional>>; serializationOptions: z.ZodOptional>>; maxObjectDepth: z.ZodOptional>>; includeShadowTree: z.ZodOptional>>; }, "strip", z.ZodTypeAny, { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; }, { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; }>>>; this: any; userActivation: z.ZodOptional>; }, "strip", z.ZodTypeAny, { target: ({ context: string; sandbox?: string | undefined; } | { realm: string; }) & ({ context: string; sandbox?: string | undefined; } | { realm: string; } | undefined); awaitPromise: boolean; functionDeclaration: string; arguments?: any[] | undefined; resultOwnership?: "none" | "root" | undefined; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; this?: any; userActivation?: boolean | undefined; }, { target: ({ context: string; sandbox?: string | undefined; } | { realm: string; }) & ({ context: string; sandbox?: string | undefined; } | { realm: string; } | undefined); awaitPromise: boolean; functionDeclaration: string; arguments?: any[] | undefined; resultOwnership?: "none" | "root" | undefined; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; this?: any; userActivation?: boolean | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { target: ({ context: string; sandbox?: string | undefined; } | { realm: string; }) & ({ context: string; sandbox?: string | undefined; } | { realm: string; } | undefined); awaitPromise: boolean; functionDeclaration: string; arguments?: any[] | undefined; resultOwnership?: "none" | "root" | undefined; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; this?: any; userActivation?: boolean | undefined; }; method: "script.callFunction"; }, { params: { target: ({ context: string; sandbox?: string | undefined; } | { realm: string; }) & ({ context: string; sandbox?: string | undefined; } | { realm: string; } | undefined); awaitPromise: boolean; functionDeclaration: string; arguments?: any[] | undefined; resultOwnership?: "none" | "root" | undefined; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; this?: any; userActivation?: boolean | undefined; }; method: "script.callFunction"; }>>, z.ZodLazy; params: z.ZodLazy, "many">; target: z.ZodLazy; sandbox: z.ZodOptional; }, "strip", z.ZodTypeAny, { context: string; sandbox?: string | undefined; }, { context: string; sandbox?: string | undefined; }>>, z.ZodLazy; }, "strip", z.ZodTypeAny, { realm: string; }, { realm: string; }>>]>>; }, "strip", z.ZodTypeAny, { target: ({ context: string; sandbox?: string | undefined; } | { realm: string; }) & ({ context: string; sandbox?: string | undefined; } | { realm: string; } | undefined); handles: string[]; }, { target: ({ context: string; sandbox?: string | undefined; } | { realm: string; }) & ({ context: string; sandbox?: string | undefined; } | { realm: string; } | undefined); handles: string[]; }>>; }, "strip", z.ZodTypeAny, { params: { target: ({ context: string; sandbox?: string | undefined; } | { realm: string; }) & ({ context: string; sandbox?: string | undefined; } | { realm: string; } | undefined); handles: string[]; }; method: "script.disown"; }, { params: { target: ({ context: string; sandbox?: string | undefined; } | { realm: string; }) & ({ context: string; sandbox?: string | undefined; } | { realm: string; } | undefined); handles: string[]; }; method: "script.disown"; }>>, z.ZodLazy; params: z.ZodLazy; sandbox: z.ZodOptional; }, "strip", z.ZodTypeAny, { context: string; sandbox?: string | undefined; }, { context: string; sandbox?: string | undefined; }>>, z.ZodLazy; }, "strip", z.ZodTypeAny, { realm: string; }, { realm: string; }>>]>>; awaitPromise: z.ZodBoolean; resultOwnership: z.ZodOptional>>; serializationOptions: z.ZodOptional>>; maxObjectDepth: z.ZodOptional>>; includeShadowTree: z.ZodOptional>>; }, "strip", z.ZodTypeAny, { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; }, { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; }>>>; userActivation: z.ZodOptional>; }, "strip", z.ZodTypeAny, { expression: string; target: ({ context: string; sandbox?: string | undefined; } | { realm: string; }) & ({ context: string; sandbox?: string | undefined; } | { realm: string; } | undefined); awaitPromise: boolean; resultOwnership?: "none" | "root" | undefined; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; userActivation?: boolean | undefined; }, { expression: string; target: ({ context: string; sandbox?: string | undefined; } | { realm: string; }) & ({ context: string; sandbox?: string | undefined; } | { realm: string; } | undefined); awaitPromise: boolean; resultOwnership?: "none" | "root" | undefined; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; userActivation?: boolean | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { expression: string; target: ({ context: string; sandbox?: string | undefined; } | { realm: string; }) & ({ context: string; sandbox?: string | undefined; } | { realm: string; } | undefined); awaitPromise: boolean; resultOwnership?: "none" | "root" | undefined; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; userActivation?: boolean | undefined; }; method: "script.evaluate"; }, { params: { expression: string; target: ({ context: string; sandbox?: string | undefined; } | { realm: string; }) & ({ context: string; sandbox?: string | undefined; } | { realm: string; } | undefined); awaitPromise: boolean; resultOwnership?: "none" | "root" | undefined; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; userActivation?: boolean | undefined; }; method: "script.evaluate"; }>>, z.ZodLazy; params: z.ZodLazy>; type: z.ZodOptional>>; }, "strip", z.ZodTypeAny, { context?: string | undefined; type?: "worker" | "window" | "dedicated-worker" | "shared-worker" | "service-worker" | "paint-worklet" | "audio-worklet" | "worklet" | undefined; }, { context?: string | undefined; type?: "worker" | "window" | "dedicated-worker" | "shared-worker" | "service-worker" | "paint-worklet" | "audio-worklet" | "worklet" | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { context?: string | undefined; type?: "worker" | "window" | "dedicated-worker" | "shared-worker" | "service-worker" | "paint-worklet" | "audio-worklet" | "worklet" | undefined; }; method: "script.getRealms"; }, { params: { context?: string | undefined; type?: "worker" | "window" | "dedicated-worker" | "shared-worker" | "service-worker" | "paint-worklet" | "audio-worklet" | "worklet" | undefined; }; method: "script.getRealms"; }>>, z.ZodLazy; params: z.ZodLazy; }, "strip", z.ZodTypeAny, { script: string; }, { script: string; }>>; }, "strip", z.ZodTypeAny, { params: { script: string; }; method: "script.removePreloadScript"; }, { params: { script: string; }; method: "script.removePreloadScript"; }>>]>>, z.ZodLazy; params: z.ZodLazy>>; }, "strip", z.ZodTypeAny, { params: Record; method: "session.end"; }, { params: Record; method: "session.end"; }>>, z.ZodLazy; params: z.ZodLazy; browserName: z.ZodOptional; browserVersion: z.ZodOptional; platformName: z.ZodOptional; proxy: z.ZodOptional; }, "strip", z.ZodTypeAny, { proxyType: "autodetect"; }, { proxyType: "autodetect"; }>, z.ZodLazy>>>, z.ZodLazy; }, "strip", z.ZodTypeAny, { proxyType: "direct"; }, { proxyType: "direct"; }>, z.ZodLazy>>>, z.ZodLazy; ftpProxy: z.ZodOptional; httpProxy: z.ZodOptional; sslProxy: z.ZodOptional; }, "strip", z.ZodTypeAny, { proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; }, { proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; }>, z.ZodUnion<[z.ZodLazy>, z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>]>>, z.ZodObject<{ noProxy: z.ZodOptional>; }, "strip", z.ZodTypeAny, { noProxy?: string[] | undefined; }, { noProxy?: string[] | undefined; }>>, z.ZodLazy>>>, z.ZodLazy; proxyAutoconfigUrl: z.ZodString; }, "strip", z.ZodTypeAny, { proxyType: "pac"; proxyAutoconfigUrl: string; }, { proxyType: "pac"; proxyAutoconfigUrl: string; }>, z.ZodLazy>>>, z.ZodLazy; }, "strip", z.ZodTypeAny, { proxyType: "system"; }, { proxyType: "system"; }>, z.ZodLazy>>>, z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>]>>>; webSocketUrl: z.ZodOptional; }, "strip", z.ZodTypeAny, { acceptInsecureCerts?: boolean | undefined; browserName?: string | undefined; browserVersion?: string | undefined; platformName?: string | undefined; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: boolean | undefined; }, { acceptInsecureCerts?: boolean | undefined; browserName?: string | undefined; browserVersion?: string | undefined; platformName?: string | undefined; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: boolean | undefined; }>, z.ZodLazy>>>>; firstMatch: z.ZodOptional; browserName: z.ZodOptional; browserVersion: z.ZodOptional; platformName: z.ZodOptional; proxy: z.ZodOptional; }, "strip", z.ZodTypeAny, { proxyType: "autodetect"; }, { proxyType: "autodetect"; }>, z.ZodLazy>>>, z.ZodLazy; }, "strip", z.ZodTypeAny, { proxyType: "direct"; }, { proxyType: "direct"; }>, z.ZodLazy>>>, z.ZodLazy; ftpProxy: z.ZodOptional; httpProxy: z.ZodOptional; sslProxy: z.ZodOptional; }, "strip", z.ZodTypeAny, { proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; }, { proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; }>, z.ZodUnion<[z.ZodLazy>, z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>]>>, z.ZodObject<{ noProxy: z.ZodOptional>; }, "strip", z.ZodTypeAny, { noProxy?: string[] | undefined; }, { noProxy?: string[] | undefined; }>>, z.ZodLazy>>>, z.ZodLazy; proxyAutoconfigUrl: z.ZodString; }, "strip", z.ZodTypeAny, { proxyType: "pac"; proxyAutoconfigUrl: string; }, { proxyType: "pac"; proxyAutoconfigUrl: string; }>, z.ZodLazy>>>, z.ZodLazy; }, "strip", z.ZodTypeAny, { proxyType: "system"; }, { proxyType: "system"; }>, z.ZodLazy>>>, z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>]>>>; webSocketUrl: z.ZodOptional; }, "strip", z.ZodTypeAny, { acceptInsecureCerts?: boolean | undefined; browserName?: string | undefined; browserVersion?: string | undefined; platformName?: string | undefined; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: boolean | undefined; }, { acceptInsecureCerts?: boolean | undefined; browserName?: string | undefined; browserVersion?: string | undefined; platformName?: string | undefined; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: boolean | undefined; }>, z.ZodLazy>>>, "many">>; }, "strip", z.ZodTypeAny, { alwaysMatch?: ({ acceptInsecureCerts?: boolean | undefined; browserName?: string | undefined; browserVersion?: string | undefined; platformName?: string | undefined; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: boolean | undefined; } & Record) | undefined; firstMatch?: ({ acceptInsecureCerts?: boolean | undefined; browserName?: string | undefined; browserVersion?: string | undefined; platformName?: string | undefined; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: boolean | undefined; } & Record)[] | undefined; }, { alwaysMatch?: ({ acceptInsecureCerts?: boolean | undefined; browserName?: string | undefined; browserVersion?: string | undefined; platformName?: string | undefined; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: boolean | undefined; } & Record) | undefined; firstMatch?: ({ acceptInsecureCerts?: boolean | undefined; browserName?: string | undefined; browserVersion?: string | undefined; platformName?: string | undefined; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: boolean | undefined; } & Record)[] | undefined; }>>; }, "strip", z.ZodTypeAny, { capabilities: { alwaysMatch?: ({ acceptInsecureCerts?: boolean | undefined; browserName?: string | undefined; browserVersion?: string | undefined; platformName?: string | undefined; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: boolean | undefined; } & Record) | undefined; firstMatch?: ({ acceptInsecureCerts?: boolean | undefined; browserName?: string | undefined; browserVersion?: string | undefined; platformName?: string | undefined; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: boolean | undefined; } & Record)[] | undefined; }; }, { capabilities: { alwaysMatch?: ({ acceptInsecureCerts?: boolean | undefined; browserName?: string | undefined; browserVersion?: string | undefined; platformName?: string | undefined; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: boolean | undefined; } & Record) | undefined; firstMatch?: ({ acceptInsecureCerts?: boolean | undefined; browserName?: string | undefined; browserVersion?: string | undefined; platformName?: string | undefined; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: boolean | undefined; } & Record)[] | undefined; }; }>>; }, "strip", z.ZodTypeAny, { params: { capabilities: { alwaysMatch?: ({ acceptInsecureCerts?: boolean | undefined; browserName?: string | undefined; browserVersion?: string | undefined; platformName?: string | undefined; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: boolean | undefined; } & Record) | undefined; firstMatch?: ({ acceptInsecureCerts?: boolean | undefined; browserName?: string | undefined; browserVersion?: string | undefined; platformName?: string | undefined; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: boolean | undefined; } & Record)[] | undefined; }; }; method: "session.new"; }, { params: { capabilities: { alwaysMatch?: ({ acceptInsecureCerts?: boolean | undefined; browserName?: string | undefined; browserVersion?: string | undefined; platformName?: string | undefined; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: boolean | undefined; } & Record) | undefined; firstMatch?: ({ acceptInsecureCerts?: boolean | undefined; browserName?: string | undefined; browserVersion?: string | undefined; platformName?: string | undefined; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: boolean | undefined; } & Record)[] | undefined; }; }; method: "session.new"; }>>, z.ZodLazy; params: z.ZodLazy>>; }, "strip", z.ZodTypeAny, { params: Record; method: "session.status"; }, { params: Record; method: "session.status"; }>>, z.ZodLazy; params: z.ZodLazy; contexts: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { events: string[]; contexts?: string[] | undefined; }, { events: string[]; contexts?: string[] | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { events: string[]; contexts?: string[] | undefined; }; method: "session.subscribe"; }, { params: { events: string[]; contexts?: string[] | undefined; }; method: "session.subscribe"; }>>, z.ZodLazy; params: z.ZodLazy; contexts: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { events: string[]; contexts?: string[] | undefined; }, { events: string[]; contexts?: string[] | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { events: string[]; contexts?: string[] | undefined; }; method: "session.unsubscribe"; }, { params: { events: string[]; contexts?: string[] | undefined; }; method: "session.unsubscribe"; }>>]>>, z.ZodLazy; params: z.ZodLazy; value: z.ZodOptional; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>>; domain: z.ZodOptional; path: z.ZodOptional; size: z.ZodOptional; httpOnly: z.ZodOptional; secure: z.ZodOptional; sameSite: z.ZodOptional>>; expiry: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; value?: { type: "string"; value: string; } | { type: "base64"; value: string; } | undefined; domain?: string | undefined; path?: string | undefined; size?: number | undefined; httpOnly?: boolean | undefined; secure?: boolean | undefined; sameSite?: "strict" | "none" | "lax" | undefined; expiry?: number | undefined; }, { name?: string | undefined; value?: { type: "string"; value: string; } | { type: "base64"; value: string; } | undefined; domain?: string | undefined; path?: string | undefined; size?: number | undefined; httpOnly?: boolean | undefined; secure?: boolean | undefined; sameSite?: "strict" | "none" | "lax" | undefined; expiry?: number | undefined; }>, z.ZodLazy>>>>; partition: z.ZodOptional; context: z.ZodLazy; }, "strip", z.ZodTypeAny, { type: "context"; context: string; }, { type: "context"; context: string; }>>, z.ZodLazy; userContext: z.ZodOptional; sourceOrigin: z.ZodOptional; }, "strip", z.ZodTypeAny, { type: "storageKey"; userContext?: string | undefined; sourceOrigin?: string | undefined; }, { type: "storageKey"; userContext?: string | undefined; sourceOrigin?: string | undefined; }>, z.ZodLazy>>>]>>>; }, "strip", z.ZodTypeAny, { filter?: ({ name?: string | undefined; value?: { type: "string"; value: string; } | { type: "base64"; value: string; } | undefined; domain?: string | undefined; path?: string | undefined; size?: number | undefined; httpOnly?: boolean | undefined; secure?: boolean | undefined; sameSite?: "strict" | "none" | "lax" | undefined; expiry?: number | undefined; } & Record) | undefined; partition?: { type: "context"; context: string; } | ({ type: "storageKey"; userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record) | undefined; }, { filter?: ({ name?: string | undefined; value?: { type: "string"; value: string; } | { type: "base64"; value: string; } | undefined; domain?: string | undefined; path?: string | undefined; size?: number | undefined; httpOnly?: boolean | undefined; secure?: boolean | undefined; sameSite?: "strict" | "none" | "lax" | undefined; expiry?: number | undefined; } & Record) | undefined; partition?: { type: "context"; context: string; } | ({ type: "storageKey"; userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record) | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { filter?: ({ name?: string | undefined; value?: { type: "string"; value: string; } | { type: "base64"; value: string; } | undefined; domain?: string | undefined; path?: string | undefined; size?: number | undefined; httpOnly?: boolean | undefined; secure?: boolean | undefined; sameSite?: "strict" | "none" | "lax" | undefined; expiry?: number | undefined; } & Record) | undefined; partition?: { type: "context"; context: string; } | ({ type: "storageKey"; userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record) | undefined; }; method: "storage.deleteCookies"; }, { params: { filter?: ({ name?: string | undefined; value?: { type: "string"; value: string; } | { type: "base64"; value: string; } | undefined; domain?: string | undefined; path?: string | undefined; size?: number | undefined; httpOnly?: boolean | undefined; secure?: boolean | undefined; sameSite?: "strict" | "none" | "lax" | undefined; expiry?: number | undefined; } & Record) | undefined; partition?: { type: "context"; context: string; } | ({ type: "storageKey"; userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record) | undefined; }; method: "storage.deleteCookies"; }>>, z.ZodLazy; params: z.ZodLazy; value: z.ZodOptional; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>>; domain: z.ZodOptional; path: z.ZodOptional; size: z.ZodOptional; httpOnly: z.ZodOptional; secure: z.ZodOptional; sameSite: z.ZodOptional>>; expiry: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; value?: { type: "string"; value: string; } | { type: "base64"; value: string; } | undefined; domain?: string | undefined; path?: string | undefined; size?: number | undefined; httpOnly?: boolean | undefined; secure?: boolean | undefined; sameSite?: "strict" | "none" | "lax" | undefined; expiry?: number | undefined; }, { name?: string | undefined; value?: { type: "string"; value: string; } | { type: "base64"; value: string; } | undefined; domain?: string | undefined; path?: string | undefined; size?: number | undefined; httpOnly?: boolean | undefined; secure?: boolean | undefined; sameSite?: "strict" | "none" | "lax" | undefined; expiry?: number | undefined; }>, z.ZodLazy>>>>; partition: z.ZodOptional; context: z.ZodLazy; }, "strip", z.ZodTypeAny, { type: "context"; context: string; }, { type: "context"; context: string; }>>, z.ZodLazy; userContext: z.ZodOptional; sourceOrigin: z.ZodOptional; }, "strip", z.ZodTypeAny, { type: "storageKey"; userContext?: string | undefined; sourceOrigin?: string | undefined; }, { type: "storageKey"; userContext?: string | undefined; sourceOrigin?: string | undefined; }>, z.ZodLazy>>>]>>>; }, "strip", z.ZodTypeAny, { filter?: ({ name?: string | undefined; value?: { type: "string"; value: string; } | { type: "base64"; value: string; } | undefined; domain?: string | undefined; path?: string | undefined; size?: number | undefined; httpOnly?: boolean | undefined; secure?: boolean | undefined; sameSite?: "strict" | "none" | "lax" | undefined; expiry?: number | undefined; } & Record) | undefined; partition?: { type: "context"; context: string; } | ({ type: "storageKey"; userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record) | undefined; }, { filter?: ({ name?: string | undefined; value?: { type: "string"; value: string; } | { type: "base64"; value: string; } | undefined; domain?: string | undefined; path?: string | undefined; size?: number | undefined; httpOnly?: boolean | undefined; secure?: boolean | undefined; sameSite?: "strict" | "none" | "lax" | undefined; expiry?: number | undefined; } & Record) | undefined; partition?: { type: "context"; context: string; } | ({ type: "storageKey"; userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record) | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { filter?: ({ name?: string | undefined; value?: { type: "string"; value: string; } | { type: "base64"; value: string; } | undefined; domain?: string | undefined; path?: string | undefined; size?: number | undefined; httpOnly?: boolean | undefined; secure?: boolean | undefined; sameSite?: "strict" | "none" | "lax" | undefined; expiry?: number | undefined; } & Record) | undefined; partition?: { type: "context"; context: string; } | ({ type: "storageKey"; userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record) | undefined; }; method: "storage.getCookies"; }, { params: { filter?: ({ name?: string | undefined; value?: { type: "string"; value: string; } | { type: "base64"; value: string; } | undefined; domain?: string | undefined; path?: string | undefined; size?: number | undefined; httpOnly?: boolean | undefined; secure?: boolean | undefined; sameSite?: "strict" | "none" | "lax" | undefined; expiry?: number | undefined; } & Record) | undefined; partition?: { type: "context"; context: string; } | ({ type: "storageKey"; userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record) | undefined; }; method: "storage.getCookies"; }>>, z.ZodLazy; params: z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; domain: z.ZodString; path: z.ZodOptional; httpOnly: z.ZodOptional; secure: z.ZodOptional; sameSite: z.ZodOptional>>; expiry: z.ZodOptional; }, "strip", z.ZodTypeAny, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; domain: string; path?: string | undefined; httpOnly?: boolean | undefined; secure?: boolean | undefined; sameSite?: "strict" | "none" | "lax" | undefined; expiry?: number | undefined; }, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; domain: string; path?: string | undefined; httpOnly?: boolean | undefined; secure?: boolean | undefined; sameSite?: "strict" | "none" | "lax" | undefined; expiry?: number | undefined; }>, z.ZodLazy>>>; partition: z.ZodOptional; context: z.ZodLazy; }, "strip", z.ZodTypeAny, { type: "context"; context: string; }, { type: "context"; context: string; }>>, z.ZodLazy; userContext: z.ZodOptional; sourceOrigin: z.ZodOptional; }, "strip", z.ZodTypeAny, { type: "storageKey"; userContext?: string | undefined; sourceOrigin?: string | undefined; }, { type: "storageKey"; userContext?: string | undefined; sourceOrigin?: string | undefined; }>, z.ZodLazy>>>]>>>; }, "strip", z.ZodTypeAny, { cookie: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; domain: string; path?: string | undefined; httpOnly?: boolean | undefined; secure?: boolean | undefined; sameSite?: "strict" | "none" | "lax" | undefined; expiry?: number | undefined; } & Record; partition?: { type: "context"; context: string; } | ({ type: "storageKey"; userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record) | undefined; }, { cookie: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; domain: string; path?: string | undefined; httpOnly?: boolean | undefined; secure?: boolean | undefined; sameSite?: "strict" | "none" | "lax" | undefined; expiry?: number | undefined; } & Record; partition?: { type: "context"; context: string; } | ({ type: "storageKey"; userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record) | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { cookie: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; domain: string; path?: string | undefined; httpOnly?: boolean | undefined; secure?: boolean | undefined; sameSite?: "strict" | "none" | "lax" | undefined; expiry?: number | undefined; } & Record; partition?: { type: "context"; context: string; } | ({ type: "storageKey"; userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record) | undefined; }; method: "storage.setCookie"; }, { params: { cookie: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; domain: string; path?: string | undefined; httpOnly?: boolean | undefined; secure?: boolean | undefined; sameSite?: "strict" | "none" | "lax" | undefined; expiry?: number | undefined; } & Record; partition?: { type: "context"; context: string; } | ({ type: "storageKey"; userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record) | undefined; }; method: "storage.setCookie"; }>>]>>]>>>, z.ZodLazy>>>; export declare const CommandResponseSchema: z.ZodLazy; id: z.ZodNumber; result: z.ZodLazy>, z.ZodLazy; }, "strip", z.ZodTypeAny, { context: string; }, { context: string; }>>, z.ZodLazy>, z.ZodLazy; }, "strip", z.ZodTypeAny, { nodes: any[]; }, { nodes: any[]; }>>, z.ZodLazy, z.ZodNull]>; url: z.ZodString; }, "strip", z.ZodTypeAny, { url: string; navigation: string | null; }, { url: string; navigation: string | null; }>>, z.ZodLazy>, z.ZodLazy>]>>, z.ZodLazy>>, z.ZodLazy; }, "strip", z.ZodTypeAny, { intercept: string; }, { intercept: string; }>>>, z.ZodLazy; }, "strip", z.ZodTypeAny, { script: string; }, { script: string; }>>, z.ZodLazy; result: any; realm: z.ZodLazy; }, "strip", z.ZodTypeAny, { type: "success"; realm: string; result?: any; }, { type: "success"; realm: string; result?: any; }>>, z.ZodLazy; exceptionDetails: z.ZodLazy>, "many">; }, "strip", z.ZodTypeAny, { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }, { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }>>; text: z.ZodString; }, "strip", z.ZodTypeAny, { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }, { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }>>; realm: z.ZodLazy; }, "strip", z.ZodTypeAny, { type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; }, { type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; }>>]>>, z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>, z.ZodObject<{ type: z.ZodLiteral<"window">; context: z.ZodLazy; sandbox: z.ZodOptional; }, "strip", z.ZodTypeAny, { type: "window"; context: string; sandbox?: string | undefined; }, { type: "window"; context: string; sandbox?: string | undefined; }>>>, z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>, z.ZodObject<{ type: z.ZodLiteral<"dedicated-worker">; owners: z.ZodTuple<[z.ZodLazy], null>; }, "strip", z.ZodTypeAny, { type: "dedicated-worker"; owners: [string]; }, { type: "dedicated-worker"; owners: [string]; }>>>, z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>, z.ZodObject<{ type: z.ZodLiteral<"shared-worker">; }, "strip", z.ZodTypeAny, { type: "shared-worker"; }, { type: "shared-worker"; }>>>, z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>, z.ZodObject<{ type: z.ZodLiteral<"service-worker">; }, "strip", z.ZodTypeAny, { type: "service-worker"; }, { type: "service-worker"; }>>>, z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>, z.ZodObject<{ type: z.ZodLiteral<"worker">; }, "strip", z.ZodTypeAny, { type: "worker"; }, { type: "worker"; }>>>, z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>, z.ZodObject<{ type: z.ZodLiteral<"paint-worklet">; }, "strip", z.ZodTypeAny, { type: "paint-worklet"; }, { type: "paint-worklet"; }>>>, z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>, z.ZodObject<{ type: z.ZodLiteral<"audio-worklet">; }, "strip", z.ZodTypeAny, { type: "audio-worklet"; }, { type: "audio-worklet"; }>>>, z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>, z.ZodObject<{ type: z.ZodLiteral<"worklet">; }, "strip", z.ZodTypeAny, { type: "worklet"; }, { type: "worklet"; }>>>]>>, "many">; }, "strip", z.ZodTypeAny, { realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; }, { realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; }>>]>>, z.ZodLazy; }, "strip", z.ZodTypeAny, { proxyType: "autodetect"; }, { proxyType: "autodetect"; }>, z.ZodLazy>>>, z.ZodLazy; }, "strip", z.ZodTypeAny, { proxyType: "direct"; }, { proxyType: "direct"; }>, z.ZodLazy>>>, z.ZodLazy; ftpProxy: z.ZodOptional; httpProxy: z.ZodOptional; sslProxy: z.ZodOptional; }, "strip", z.ZodTypeAny, { proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; }, { proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; }>, z.ZodUnion<[z.ZodLazy>, z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>]>>, z.ZodObject<{ noProxy: z.ZodOptional>; }, "strip", z.ZodTypeAny, { noProxy?: string[] | undefined; }, { noProxy?: string[] | undefined; }>>, z.ZodLazy>>>, z.ZodLazy; proxyAutoconfigUrl: z.ZodString; }, "strip", z.ZodTypeAny, { proxyType: "pac"; proxyAutoconfigUrl: string; }, { proxyType: "pac"; proxyAutoconfigUrl: string; }>, z.ZodLazy>>>, z.ZodLazy; }, "strip", z.ZodTypeAny, { proxyType: "system"; }, { proxyType: "system"; }>, z.ZodLazy>>>, z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>]>>>; webSocketUrl: z.ZodOptional; }, "strip", z.ZodTypeAny, { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; }, { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; }>, z.ZodLazy>>; }, "strip", z.ZodTypeAny, { capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; }, { capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; }>>, z.ZodLazy>]>>, z.ZodLazy; sourceOrigin: z.ZodOptional; }, "strip", z.ZodTypeAny, { userContext?: string | undefined; sourceOrigin?: string | undefined; }, { userContext?: string | undefined; sourceOrigin?: string | undefined; }>, z.ZodLazy>>>; }, "strip", z.ZodTypeAny, { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }, { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; domain: z.ZodString; path: z.ZodString; size: z.ZodNumber; httpOnly: z.ZodBoolean; secure: z.ZodBoolean; sameSite: z.ZodLazy>; expiry: z.ZodOptional; }, "strip", z.ZodTypeAny, { path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; }, { path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; }>, z.ZodLazy>>>, "many">; partitionKey: z.ZodLazy; sourceOrigin: z.ZodOptional; }, "strip", z.ZodTypeAny, { userContext?: string | undefined; sourceOrigin?: string | undefined; }, { userContext?: string | undefined; sourceOrigin?: string | undefined; }>, z.ZodLazy>>>; }, "strip", z.ZodTypeAny, { cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }, { cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }>>, z.ZodLazy; sourceOrigin: z.ZodOptional; }, "strip", z.ZodTypeAny, { userContext?: string | undefined; sourceOrigin?: string | undefined; }, { userContext?: string | undefined; sourceOrigin?: string | undefined; }>, z.ZodLazy>>>; }, "strip", z.ZodTypeAny, { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }, { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }>>]>>]>>; }, "strip", z.ZodTypeAny, { type: "success"; id: number; result: Record | { data: string; } | { context: string; } | { contexts?: any; } | { nodes: any[]; } | { url: string; navigation: string | null; } | { data: string; } | {} | { intercept: string; } | { script: string; } | { type: "success"; realm: string; result?: any; } | { type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; } | { realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; } | { capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; } | { message: string; ready: boolean; } | { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } | { cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } | { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } | (Record & { data: string; }) | (Record & { context: string; }) | (Record & { contexts?: any; }) | (Record & { nodes: any[]; }) | (Record & { url: string; navigation: string | null; }) | (Record & { data: string; }) | (Record & {}) | (Record & { intercept: string; }) | (Record & { script: string; }) | (Record & { type: "success"; realm: string; result?: any; }) | (Record & { type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; }) | (Record & { realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; }) | (Record & { capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; }) | (Record & { message: string; ready: boolean; }) | (Record & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | (Record & { cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | (Record & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ data: string; } & Record) | ({ data: string; } & { context: string; }) | ({ data: string; } & { contexts?: any; }) | ({ data: string; } & { nodes: any[]; }) | ({ data: string; } & { url: string; navigation: string | null; }) | ({ data: string; } & { data: string; }) | ({ data: string; } & {}) | ({ data: string; } & { intercept: string; }) | ({ data: string; } & { script: string; }) | ({ data: string; } & { type: "success"; realm: string; result?: any; }) | ({ data: string; } & { type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; }) | ({ data: string; } & { realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; }) | ({ data: string; } & { capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; }) | ({ data: string; } & { message: string; ready: boolean; }) | ({ data: string; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ data: string; } & { cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ data: string; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ context: string; } & Record) | ({ context: string; } & { data: string; }) | ({ context: string; } & { contexts?: any; }) | ({ context: string; } & { nodes: any[]; }) | ({ context: string; } & { url: string; navigation: string | null; }) | ({ context: string; } & { data: string; }) | ({ context: string; } & {}) | ({ context: string; } & { intercept: string; }) | ({ context: string; } & { script: string; }) | ({ context: string; } & { type: "success"; realm: string; result?: any; }) | ({ context: string; } & { type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; }) | ({ context: string; } & { realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; }) | ({ context: string; } & { capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; }) | ({ context: string; } & { message: string; ready: boolean; }) | ({ context: string; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ context: string; } & { cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ context: string; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ contexts?: any; } & Record) | ({ contexts?: any; } & { data: string; }) | ({ contexts?: any; } & { context: string; }) | ({ contexts?: any; } & { nodes: any[]; }) | ({ contexts?: any; } & { url: string; navigation: string | null; }) | ({ contexts?: any; } & { data: string; }) | ({ contexts?: any; } & {}) | ({ contexts?: any; } & { intercept: string; }) | ({ contexts?: any; } & { script: string; }) | ({ contexts?: any; } & { type: "success"; realm: string; result?: any; }) | ({ contexts?: any; } & { type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; }) | ({ contexts?: any; } & { realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; }) | ({ contexts?: any; } & { capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; }) | ({ contexts?: any; } & { message: string; ready: boolean; }) | ({ contexts?: any; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ contexts?: any; } & { cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ contexts?: any; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ nodes: any[]; } & Record) | ({ nodes: any[]; } & { data: string; }) | ({ nodes: any[]; } & { context: string; }) | ({ nodes: any[]; } & { contexts?: any; }) | ({ nodes: any[]; } & { url: string; navigation: string | null; }) | ({ nodes: any[]; } & { data: string; }) | ({ nodes: any[]; } & {}) | ({ nodes: any[]; } & { intercept: string; }) | ({ nodes: any[]; } & { script: string; }) | ({ nodes: any[]; } & { type: "success"; realm: string; result?: any; }) | ({ nodes: any[]; } & { type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; }) | ({ nodes: any[]; } & { realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; }) | ({ nodes: any[]; } & { capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; }) | ({ nodes: any[]; } & { message: string; ready: boolean; }) | ({ nodes: any[]; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ nodes: any[]; } & { cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ nodes: any[]; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ url: string; navigation: string | null; } & Record) | ({ url: string; navigation: string | null; } & { data: string; }) | ({ url: string; navigation: string | null; } & { context: string; }) | ({ url: string; navigation: string | null; } & { contexts?: any; }) | ({ url: string; navigation: string | null; } & { nodes: any[]; }) | ({ url: string; navigation: string | null; } & { data: string; }) | ({ url: string; navigation: string | null; } & {}) | ({ url: string; navigation: string | null; } & { intercept: string; }) | ({ url: string; navigation: string | null; } & { script: string; }) | ({ url: string; navigation: string | null; } & { type: "success"; realm: string; result?: any; }) | ({ url: string; navigation: string | null; } & { type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; }) | ({ url: string; navigation: string | null; } & { realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; }) | ({ url: string; navigation: string | null; } & { capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; }) | ({ url: string; navigation: string | null; } & { message: string; ready: boolean; }) | ({ url: string; navigation: string | null; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ url: string; navigation: string | null; } & { cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ url: string; navigation: string | null; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ data: string; } & Record) | ({ data: string; } & { data: string; }) | ({ data: string; } & { context: string; }) | ({ data: string; } & { contexts?: any; }) | ({ data: string; } & { nodes: any[]; }) | ({ data: string; } & { url: string; navigation: string | null; }) | ({ data: string; } & {}) | ({ data: string; } & { intercept: string; }) | ({ data: string; } & { script: string; }) | ({ data: string; } & { type: "success"; realm: string; result?: any; }) | ({ data: string; } & { type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; }) | ({ data: string; } & { realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; }) | ({ data: string; } & { capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; }) | ({ data: string; } & { message: string; ready: boolean; }) | ({ data: string; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ data: string; } & { cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ data: string; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({} & Record) | ({} & { data: string; }) | ({} & { context: string; }) | ({} & { contexts?: any; }) | ({} & { nodes: any[]; }) | ({} & { url: string; navigation: string | null; }) | ({} & { data: string; }) | ({} & { intercept: string; }) | ({} & { script: string; }) | ({} & { type: "success"; realm: string; result?: any; }) | ({} & { type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; }) | ({} & { realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; }) | ({} & { capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; }) | ({} & { message: string; ready: boolean; }) | ({} & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({} & { cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({} & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ intercept: string; } & Record) | ({ intercept: string; } & { data: string; }) | ({ intercept: string; } & { context: string; }) | ({ intercept: string; } & { contexts?: any; }) | ({ intercept: string; } & { nodes: any[]; }) | ({ intercept: string; } & { url: string; navigation: string | null; }) | ({ intercept: string; } & { data: string; }) | ({ intercept: string; } & {}) | ({ intercept: string; } & { script: string; }) | ({ intercept: string; } & { type: "success"; realm: string; result?: any; }) | ({ intercept: string; } & { type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; }) | ({ intercept: string; } & { realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; }) | ({ intercept: string; } & { capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; }) | ({ intercept: string; } & { message: string; ready: boolean; }) | ({ intercept: string; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ intercept: string; } & { cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ intercept: string; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ script: string; } & Record) | ({ script: string; } & { data: string; }) | ({ script: string; } & { context: string; }) | ({ script: string; } & { contexts?: any; }) | ({ script: string; } & { nodes: any[]; }) | ({ script: string; } & { url: string; navigation: string | null; }) | ({ script: string; } & { data: string; }) | ({ script: string; } & {}) | ({ script: string; } & { intercept: string; }) | ({ script: string; } & { type: "success"; realm: string; result?: any; }) | ({ script: string; } & { type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; }) | ({ script: string; } & { realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; }) | ({ script: string; } & { capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; }) | ({ script: string; } & { message: string; ready: boolean; }) | ({ script: string; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ script: string; } & { cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ script: string; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ type: "success"; realm: string; result?: any; } & Record) | ({ type: "success"; realm: string; result?: any; } & { data: string; }) | ({ type: "success"; realm: string; result?: any; } & { context: string; }) | ({ type: "success"; realm: string; result?: any; } & { contexts?: any; }) | ({ type: "success"; realm: string; result?: any; } & { nodes: any[]; }) | ({ type: "success"; realm: string; result?: any; } & { url: string; navigation: string | null; }) | ({ type: "success"; realm: string; result?: any; } & { data: string; }) | ({ type: "success"; realm: string; result?: any; } & {}) | ({ type: "success"; realm: string; result?: any; } & { intercept: string; }) | ({ type: "success"; realm: string; result?: any; } & { script: string; }) | ({ type: "success"; realm: string; result?: any; } & { realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; }) | ({ type: "success"; realm: string; result?: any; } & { capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; }) | ({ type: "success"; realm: string; result?: any; } & { message: string; ready: boolean; }) | ({ type: "success"; realm: string; result?: any; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ type: "success"; realm: string; result?: any; } & { cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ type: "success"; realm: string; result?: any; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; } & Record) | ({ type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; } & { data: string; }) | ({ type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; } & { context: string; }) | ({ type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; } & { contexts?: any; }) | ({ type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; } & { nodes: any[]; }) | ({ type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; } & { url: string; navigation: string | null; }) | ({ type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; } & { data: string; }) | ({ type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; } & {}) | ({ type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; } & { intercept: string; }) | ({ type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; } & { script: string; }) | ({ type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; } & { realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; }) | ({ type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; } & { capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; }) | ({ type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; } & { message: string; ready: boolean; }) | ({ type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; } & { cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; } & Record) | ({ realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; } & { data: string; }) | ({ realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; } & { context: string; }) | ({ realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; } & { contexts?: any; }) | ({ realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; } & { nodes: any[]; }) | ({ realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; } & { url: string; navigation: string | null; }) | ({ realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; } & { data: string; }) | ({ realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; } & {}) | ({ realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; } & { intercept: string; }) | ({ realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; } & { script: string; }) | ({ realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; } & { type: "success"; realm: string; result?: any; }) | ({ realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; } & { type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; }) | ({ realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; } & { capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; }) | ({ realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; } & { message: string; ready: boolean; }) | ({ realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; } & { cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; } & Record) | ({ capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; } & { data: string; }) | ({ capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; } & { context: string; }) | ({ capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; } & { contexts?: any; }) | ({ capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; } & { nodes: any[]; }) | ({ capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; } & { url: string; navigation: string | null; }) | ({ capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; } & { data: string; }) | ({ capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; } & {}) | ({ capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; } & { intercept: string; }) | ({ capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; } & { script: string; }) | ({ capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; } & { type: "success"; realm: string; result?: any; }) | ({ capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; } & { type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; }) | ({ capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; } & { realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; }) | ({ capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; } & { message: string; ready: boolean; }) | ({ capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; } & { cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ message: string; ready: boolean; } & Record) | ({ message: string; ready: boolean; } & { data: string; }) | ({ message: string; ready: boolean; } & { context: string; }) | ({ message: string; ready: boolean; } & { contexts?: any; }) | ({ message: string; ready: boolean; } & { nodes: any[]; }) | ({ message: string; ready: boolean; } & { url: string; navigation: string | null; }) | ({ message: string; ready: boolean; } & { data: string; }) | ({ message: string; ready: boolean; } & {}) | ({ message: string; ready: boolean; } & { intercept: string; }) | ({ message: string; ready: boolean; } & { script: string; }) | ({ message: string; ready: boolean; } & { type: "success"; realm: string; result?: any; }) | ({ message: string; ready: boolean; } & { type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; }) | ({ message: string; ready: boolean; } & { realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; }) | ({ message: string; ready: boolean; } & { capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; }) | ({ message: string; ready: boolean; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ message: string; ready: boolean; } & { cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ message: string; ready: boolean; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & Record) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { data: string; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { context: string; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { contexts?: any; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { nodes: any[]; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { url: string; navigation: string | null; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { data: string; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & {}) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { intercept: string; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { script: string; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { type: "success"; realm: string; result?: any; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { message: string; ready: boolean; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & Record) | ({ cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { data: string; }) | ({ cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { context: string; }) | ({ cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { contexts?: any; }) | ({ cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { nodes: any[]; }) | ({ cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { url: string; navigation: string | null; }) | ({ cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { data: string; }) | ({ cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & {}) | ({ cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { intercept: string; }) | ({ cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { script: string; }) | ({ cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { type: "success"; realm: string; result?: any; }) | ({ cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; }) | ({ cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; }) | ({ cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; }) | ({ cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { message: string; ready: boolean; }) | ({ cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & Record) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { data: string; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { context: string; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { contexts?: any; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { nodes: any[]; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { url: string; navigation: string | null; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { data: string; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & {}) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { intercept: string; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { script: string; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { type: "success"; realm: string; result?: any; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { message: string; ready: boolean; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }); }, { type: "success"; id: number; result: Record | { data: string; } | { context: string; } | { contexts?: any; } | { nodes: any[]; } | { url: string; navigation: string | null; } | { data: string; } | {} | { intercept: string; } | { script: string; } | { type: "success"; realm: string; result?: any; } | { type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; } | { realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; } | { capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; } | { message: string; ready: boolean; } | { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } | { cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } | { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } | (Record & { data: string; }) | (Record & { context: string; }) | (Record & { contexts?: any; }) | (Record & { nodes: any[]; }) | (Record & { url: string; navigation: string | null; }) | (Record & { data: string; }) | (Record & {}) | (Record & { intercept: string; }) | (Record & { script: string; }) | (Record & { type: "success"; realm: string; result?: any; }) | (Record & { type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; }) | (Record & { realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; }) | (Record & { capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; }) | (Record & { message: string; ready: boolean; }) | (Record & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | (Record & { cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | (Record & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ data: string; } & Record) | ({ data: string; } & { context: string; }) | ({ data: string; } & { contexts?: any; }) | ({ data: string; } & { nodes: any[]; }) | ({ data: string; } & { url: string; navigation: string | null; }) | ({ data: string; } & { data: string; }) | ({ data: string; } & {}) | ({ data: string; } & { intercept: string; }) | ({ data: string; } & { script: string; }) | ({ data: string; } & { type: "success"; realm: string; result?: any; }) | ({ data: string; } & { type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; }) | ({ data: string; } & { realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; }) | ({ data: string; } & { capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; }) | ({ data: string; } & { message: string; ready: boolean; }) | ({ data: string; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ data: string; } & { cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ data: string; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ context: string; } & Record) | ({ context: string; } & { data: string; }) | ({ context: string; } & { contexts?: any; }) | ({ context: string; } & { nodes: any[]; }) | ({ context: string; } & { url: string; navigation: string | null; }) | ({ context: string; } & { data: string; }) | ({ context: string; } & {}) | ({ context: string; } & { intercept: string; }) | ({ context: string; } & { script: string; }) | ({ context: string; } & { type: "success"; realm: string; result?: any; }) | ({ context: string; } & { type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; }) | ({ context: string; } & { realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; }) | ({ context: string; } & { capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; }) | ({ context: string; } & { message: string; ready: boolean; }) | ({ context: string; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ context: string; } & { cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ context: string; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ contexts?: any; } & Record) | ({ contexts?: any; } & { data: string; }) | ({ contexts?: any; } & { context: string; }) | ({ contexts?: any; } & { nodes: any[]; }) | ({ contexts?: any; } & { url: string; navigation: string | null; }) | ({ contexts?: any; } & { data: string; }) | ({ contexts?: any; } & {}) | ({ contexts?: any; } & { intercept: string; }) | ({ contexts?: any; } & { script: string; }) | ({ contexts?: any; } & { type: "success"; realm: string; result?: any; }) | ({ contexts?: any; } & { type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; }) | ({ contexts?: any; } & { realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; }) | ({ contexts?: any; } & { capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; }) | ({ contexts?: any; } & { message: string; ready: boolean; }) | ({ contexts?: any; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ contexts?: any; } & { cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ contexts?: any; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ nodes: any[]; } & Record) | ({ nodes: any[]; } & { data: string; }) | ({ nodes: any[]; } & { context: string; }) | ({ nodes: any[]; } & { contexts?: any; }) | ({ nodes: any[]; } & { url: string; navigation: string | null; }) | ({ nodes: any[]; } & { data: string; }) | ({ nodes: any[]; } & {}) | ({ nodes: any[]; } & { intercept: string; }) | ({ nodes: any[]; } & { script: string; }) | ({ nodes: any[]; } & { type: "success"; realm: string; result?: any; }) | ({ nodes: any[]; } & { type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; }) | ({ nodes: any[]; } & { realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; }) | ({ nodes: any[]; } & { capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; }) | ({ nodes: any[]; } & { message: string; ready: boolean; }) | ({ nodes: any[]; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ nodes: any[]; } & { cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ nodes: any[]; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ url: string; navigation: string | null; } & Record) | ({ url: string; navigation: string | null; } & { data: string; }) | ({ url: string; navigation: string | null; } & { context: string; }) | ({ url: string; navigation: string | null; } & { contexts?: any; }) | ({ url: string; navigation: string | null; } & { nodes: any[]; }) | ({ url: string; navigation: string | null; } & { data: string; }) | ({ url: string; navigation: string | null; } & {}) | ({ url: string; navigation: string | null; } & { intercept: string; }) | ({ url: string; navigation: string | null; } & { script: string; }) | ({ url: string; navigation: string | null; } & { type: "success"; realm: string; result?: any; }) | ({ url: string; navigation: string | null; } & { type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; }) | ({ url: string; navigation: string | null; } & { realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; }) | ({ url: string; navigation: string | null; } & { capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; }) | ({ url: string; navigation: string | null; } & { message: string; ready: boolean; }) | ({ url: string; navigation: string | null; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ url: string; navigation: string | null; } & { cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ url: string; navigation: string | null; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ data: string; } & Record) | ({ data: string; } & { data: string; }) | ({ data: string; } & { context: string; }) | ({ data: string; } & { contexts?: any; }) | ({ data: string; } & { nodes: any[]; }) | ({ data: string; } & { url: string; navigation: string | null; }) | ({ data: string; } & {}) | ({ data: string; } & { intercept: string; }) | ({ data: string; } & { script: string; }) | ({ data: string; } & { type: "success"; realm: string; result?: any; }) | ({ data: string; } & { type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; }) | ({ data: string; } & { realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; }) | ({ data: string; } & { capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; }) | ({ data: string; } & { message: string; ready: boolean; }) | ({ data: string; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ data: string; } & { cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ data: string; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({} & Record) | ({} & { data: string; }) | ({} & { context: string; }) | ({} & { contexts?: any; }) | ({} & { nodes: any[]; }) | ({} & { url: string; navigation: string | null; }) | ({} & { data: string; }) | ({} & { intercept: string; }) | ({} & { script: string; }) | ({} & { type: "success"; realm: string; result?: any; }) | ({} & { type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; }) | ({} & { realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; }) | ({} & { capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; }) | ({} & { message: string; ready: boolean; }) | ({} & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({} & { cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({} & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ intercept: string; } & Record) | ({ intercept: string; } & { data: string; }) | ({ intercept: string; } & { context: string; }) | ({ intercept: string; } & { contexts?: any; }) | ({ intercept: string; } & { nodes: any[]; }) | ({ intercept: string; } & { url: string; navigation: string | null; }) | ({ intercept: string; } & { data: string; }) | ({ intercept: string; } & {}) | ({ intercept: string; } & { script: string; }) | ({ intercept: string; } & { type: "success"; realm: string; result?: any; }) | ({ intercept: string; } & { type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; }) | ({ intercept: string; } & { realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; }) | ({ intercept: string; } & { capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; }) | ({ intercept: string; } & { message: string; ready: boolean; }) | ({ intercept: string; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ intercept: string; } & { cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ intercept: string; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ script: string; } & Record) | ({ script: string; } & { data: string; }) | ({ script: string; } & { context: string; }) | ({ script: string; } & { contexts?: any; }) | ({ script: string; } & { nodes: any[]; }) | ({ script: string; } & { url: string; navigation: string | null; }) | ({ script: string; } & { data: string; }) | ({ script: string; } & {}) | ({ script: string; } & { intercept: string; }) | ({ script: string; } & { type: "success"; realm: string; result?: any; }) | ({ script: string; } & { type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; }) | ({ script: string; } & { realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; }) | ({ script: string; } & { capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; }) | ({ script: string; } & { message: string; ready: boolean; }) | ({ script: string; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ script: string; } & { cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ script: string; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ type: "success"; realm: string; result?: any; } & Record) | ({ type: "success"; realm: string; result?: any; } & { data: string; }) | ({ type: "success"; realm: string; result?: any; } & { context: string; }) | ({ type: "success"; realm: string; result?: any; } & { contexts?: any; }) | ({ type: "success"; realm: string; result?: any; } & { nodes: any[]; }) | ({ type: "success"; realm: string; result?: any; } & { url: string; navigation: string | null; }) | ({ type: "success"; realm: string; result?: any; } & { data: string; }) | ({ type: "success"; realm: string; result?: any; } & {}) | ({ type: "success"; realm: string; result?: any; } & { intercept: string; }) | ({ type: "success"; realm: string; result?: any; } & { script: string; }) | ({ type: "success"; realm: string; result?: any; } & { realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; }) | ({ type: "success"; realm: string; result?: any; } & { capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; }) | ({ type: "success"; realm: string; result?: any; } & { message: string; ready: boolean; }) | ({ type: "success"; realm: string; result?: any; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ type: "success"; realm: string; result?: any; } & { cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ type: "success"; realm: string; result?: any; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; } & Record) | ({ type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; } & { data: string; }) | ({ type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; } & { context: string; }) | ({ type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; } & { contexts?: any; }) | ({ type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; } & { nodes: any[]; }) | ({ type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; } & { url: string; navigation: string | null; }) | ({ type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; } & { data: string; }) | ({ type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; } & {}) | ({ type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; } & { intercept: string; }) | ({ type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; } & { script: string; }) | ({ type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; } & { realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; }) | ({ type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; } & { capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; }) | ({ type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; } & { message: string; ready: boolean; }) | ({ type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; } & { cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; } & Record) | ({ realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; } & { data: string; }) | ({ realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; } & { context: string; }) | ({ realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; } & { contexts?: any; }) | ({ realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; } & { nodes: any[]; }) | ({ realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; } & { url: string; navigation: string | null; }) | ({ realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; } & { data: string; }) | ({ realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; } & {}) | ({ realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; } & { intercept: string; }) | ({ realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; } & { script: string; }) | ({ realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; } & { type: "success"; realm: string; result?: any; }) | ({ realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; } & { type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; }) | ({ realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; } & { capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; }) | ({ realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; } & { message: string; ready: boolean; }) | ({ realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; } & { cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; } & Record) | ({ capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; } & { data: string; }) | ({ capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; } & { context: string; }) | ({ capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; } & { contexts?: any; }) | ({ capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; } & { nodes: any[]; }) | ({ capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; } & { url: string; navigation: string | null; }) | ({ capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; } & { data: string; }) | ({ capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; } & {}) | ({ capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; } & { intercept: string; }) | ({ capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; } & { script: string; }) | ({ capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; } & { type: "success"; realm: string; result?: any; }) | ({ capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; } & { type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; }) | ({ capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; } & { realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; }) | ({ capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; } & { message: string; ready: boolean; }) | ({ capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; } & { cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ message: string; ready: boolean; } & Record) | ({ message: string; ready: boolean; } & { data: string; }) | ({ message: string; ready: boolean; } & { context: string; }) | ({ message: string; ready: boolean; } & { contexts?: any; }) | ({ message: string; ready: boolean; } & { nodes: any[]; }) | ({ message: string; ready: boolean; } & { url: string; navigation: string | null; }) | ({ message: string; ready: boolean; } & { data: string; }) | ({ message: string; ready: boolean; } & {}) | ({ message: string; ready: boolean; } & { intercept: string; }) | ({ message: string; ready: boolean; } & { script: string; }) | ({ message: string; ready: boolean; } & { type: "success"; realm: string; result?: any; }) | ({ message: string; ready: boolean; } & { type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; }) | ({ message: string; ready: boolean; } & { realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; }) | ({ message: string; ready: boolean; } & { capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; }) | ({ message: string; ready: boolean; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ message: string; ready: boolean; } & { cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ message: string; ready: boolean; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & Record) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { data: string; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { context: string; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { contexts?: any; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { nodes: any[]; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { url: string; navigation: string | null; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { data: string; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & {}) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { intercept: string; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { script: string; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { type: "success"; realm: string; result?: any; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { message: string; ready: boolean; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & Record) | ({ cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { data: string; }) | ({ cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { context: string; }) | ({ cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { contexts?: any; }) | ({ cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { nodes: any[]; }) | ({ cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { url: string; navigation: string | null; }) | ({ cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { data: string; }) | ({ cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & {}) | ({ cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { intercept: string; }) | ({ cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { script: string; }) | ({ cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { type: "success"; realm: string; result?: any; }) | ({ cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; }) | ({ cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; }) | ({ cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; }) | ({ cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { message: string; ready: boolean; }) | ({ cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & Record) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { data: string; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { context: string; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { contexts?: any; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { nodes: any[]; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { url: string; navigation: string | null; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { data: string; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & {}) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { intercept: string; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { script: string; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { type: "success"; realm: string; result?: any; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { message: string; ready: boolean; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }); }>, z.ZodLazy>>>; export declare const EventDataSchema: z.ZodLazy; params: any; }, "strip", z.ZodTypeAny, { method: "browsingContext.contextCreated"; params?: any; }, { method: "browsingContext.contextCreated"; params?: any; }>>, z.ZodLazy; params: any; }, "strip", z.ZodTypeAny, { method: "browsingContext.contextDestroyed"; params?: any; }, { method: "browsingContext.contextDestroyed"; params?: any; }>>, z.ZodLazy; params: z.ZodLazy; navigation: z.ZodUnion<[z.ZodLazy, z.ZodNull]>; timestamp: z.ZodNumber; url: z.ZodString; }, "strip", z.ZodTypeAny, { url: string; navigation: string | null; context: string; timestamp: number; }, { url: string; navigation: string | null; context: string; timestamp: number; }>>; }, "strip", z.ZodTypeAny, { params: { url: string; navigation: string | null; context: string; timestamp: number; }; method: "browsingContext.domContentLoaded"; }, { params: { url: string; navigation: string | null; context: string; timestamp: number; }; method: "browsingContext.domContentLoaded"; }>>, z.ZodLazy; params: z.ZodLazy; navigation: z.ZodUnion<[z.ZodLazy, z.ZodNull]>; timestamp: z.ZodNumber; url: z.ZodString; }, "strip", z.ZodTypeAny, { url: string; navigation: string | null; context: string; timestamp: number; }, { url: string; navigation: string | null; context: string; timestamp: number; }>>; }, "strip", z.ZodTypeAny, { params: { url: string; navigation: string | null; context: string; timestamp: number; }; method: "browsingContext.downloadWillBegin"; }, { params: { url: string; navigation: string | null; context: string; timestamp: number; }; method: "browsingContext.downloadWillBegin"; }>>, z.ZodLazy; params: z.ZodLazy; navigation: z.ZodUnion<[z.ZodLazy, z.ZodNull]>; timestamp: z.ZodNumber; url: z.ZodString; }, "strip", z.ZodTypeAny, { url: string; navigation: string | null; context: string; timestamp: number; }, { url: string; navigation: string | null; context: string; timestamp: number; }>>; }, "strip", z.ZodTypeAny, { params: { url: string; navigation: string | null; context: string; timestamp: number; }; method: "browsingContext.fragmentNavigated"; }, { params: { url: string; navigation: string | null; context: string; timestamp: number; }; method: "browsingContext.fragmentNavigated"; }>>, z.ZodLazy; params: z.ZodLazy; navigation: z.ZodUnion<[z.ZodLazy, z.ZodNull]>; timestamp: z.ZodNumber; url: z.ZodString; }, "strip", z.ZodTypeAny, { url: string; navigation: string | null; context: string; timestamp: number; }, { url: string; navigation: string | null; context: string; timestamp: number; }>>; }, "strip", z.ZodTypeAny, { params: { url: string; navigation: string | null; context: string; timestamp: number; }; method: "browsingContext.load"; }, { params: { url: string; navigation: string | null; context: string; timestamp: number; }; method: "browsingContext.load"; }>>, z.ZodLazy; params: z.ZodLazy; navigation: z.ZodUnion<[z.ZodLazy, z.ZodNull]>; timestamp: z.ZodNumber; url: z.ZodString; }, "strip", z.ZodTypeAny, { url: string; navigation: string | null; context: string; timestamp: number; }, { url: string; navigation: string | null; context: string; timestamp: number; }>>; }, "strip", z.ZodTypeAny, { params: { url: string; navigation: string | null; context: string; timestamp: number; }; method: "browsingContext.navigationAborted"; }, { params: { url: string; navigation: string | null; context: string; timestamp: number; }; method: "browsingContext.navigationAborted"; }>>, z.ZodLazy; params: z.ZodLazy; navigation: z.ZodUnion<[z.ZodLazy, z.ZodNull]>; timestamp: z.ZodNumber; url: z.ZodString; }, "strip", z.ZodTypeAny, { url: string; navigation: string | null; context: string; timestamp: number; }, { url: string; navigation: string | null; context: string; timestamp: number; }>>; }, "strip", z.ZodTypeAny, { params: { url: string; navigation: string | null; context: string; timestamp: number; }; method: "browsingContext.navigationFailed"; }, { params: { url: string; navigation: string | null; context: string; timestamp: number; }; method: "browsingContext.navigationFailed"; }>>, z.ZodLazy; params: z.ZodLazy; navigation: z.ZodUnion<[z.ZodLazy, z.ZodNull]>; timestamp: z.ZodNumber; url: z.ZodString; }, "strip", z.ZodTypeAny, { url: string; navigation: string | null; context: string; timestamp: number; }, { url: string; navigation: string | null; context: string; timestamp: number; }>>; }, "strip", z.ZodTypeAny, { params: { url: string; navigation: string | null; context: string; timestamp: number; }; method: "browsingContext.navigationStarted"; }, { params: { url: string; navigation: string | null; context: string; timestamp: number; }; method: "browsingContext.navigationStarted"; }>>, z.ZodLazy; params: z.ZodLazy; accepted: z.ZodBoolean; userText: z.ZodOptional; }, "strip", z.ZodTypeAny, { context: string; accepted: boolean; userText?: string | undefined; }, { context: string; accepted: boolean; userText?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { context: string; accepted: boolean; userText?: string | undefined; }; method: "browsingContext.userPromptClosed"; }, { params: { context: string; accepted: boolean; userText?: string | undefined; }; method: "browsingContext.userPromptClosed"; }>>, z.ZodLazy; params: z.ZodLazy; type: z.ZodEnum<["alert", "confirm", "prompt", "beforeunload"]>; message: z.ZodString; defaultValue: z.ZodOptional; }, "strip", z.ZodTypeAny, { message: string; type: "prompt" | "alert" | "confirm" | "beforeunload"; context: string; defaultValue?: string | undefined; }, { message: string; type: "prompt" | "alert" | "confirm" | "beforeunload"; context: string; defaultValue?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { message: string; type: "prompt" | "alert" | "confirm" | "beforeunload"; context: string; defaultValue?: string | undefined; }; method: "browsingContext.userPromptOpened"; }, { params: { message: string; type: "prompt" | "alert" | "confirm" | "beforeunload"; context: string; defaultValue?: string | undefined; }; method: "browsingContext.userPromptOpened"; }>>]>>, z.ZodLazy; params: z.ZodLazy>; source: z.ZodLazy; context: z.ZodOptional>; }, "strip", z.ZodTypeAny, { realm: string; context?: string | undefined; }, { realm: string; context?: string | undefined; }>>; text: z.ZodUnion<[z.ZodString, z.ZodNull]>; timestamp: z.ZodNumber; stackTrace: z.ZodOptional>, "many">; }, "strip", z.ZodTypeAny, { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }, { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }>>>; }, "strip", z.ZodTypeAny, { level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; }, { level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; }>>, z.ZodObject<{ type: z.ZodString; }, "strip", z.ZodTypeAny, { type: string; }, { type: string; }>>>, z.ZodLazy>; source: z.ZodLazy; context: z.ZodOptional>; }, "strip", z.ZodTypeAny, { realm: string; context?: string | undefined; }, { realm: string; context?: string | undefined; }>>; text: z.ZodUnion<[z.ZodString, z.ZodNull]>; timestamp: z.ZodNumber; stackTrace: z.ZodOptional>, "many">; }, "strip", z.ZodTypeAny, { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }, { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }>>>; }, "strip", z.ZodTypeAny, { level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; }, { level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; }>>, z.ZodObject<{ type: z.ZodLiteral<"console">; method: z.ZodString; args: z.ZodArray; }, "strip", z.ZodTypeAny, { type: "console"; args: any[]; method: string; }, { type: "console"; args: any[]; method: string; }>>>, z.ZodLazy>; source: z.ZodLazy; context: z.ZodOptional>; }, "strip", z.ZodTypeAny, { realm: string; context?: string | undefined; }, { realm: string; context?: string | undefined; }>>; text: z.ZodUnion<[z.ZodString, z.ZodNull]>; timestamp: z.ZodNumber; stackTrace: z.ZodOptional>, "many">; }, "strip", z.ZodTypeAny, { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }, { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }>>>; }, "strip", z.ZodTypeAny, { level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; }, { level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; }>>, z.ZodObject<{ type: z.ZodLiteral<"javascript">; }, "strip", z.ZodTypeAny, { type: "javascript"; }, { type: "javascript"; }>>>]>>; }, "strip", z.ZodTypeAny, { params: ({ level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; } & { type: string; }) | ({ level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; } & { type: "console"; args: any[]; method: string; }) | ({ level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; } & { type: "javascript"; }) | ({ level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; } & { type: string; } & { type: "console"; args: any[]; method: string; }) | ({ level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; } & { type: string; } & { type: "javascript"; }) | ({ level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; } & { type: "console"; args: any[]; method: string; } & { type: string; }) | ({ level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; } & { type: "javascript"; } & { type: string; }); method: "log.entryAdded"; }, { params: ({ level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; } & { type: string; }) | ({ level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; } & { type: "console"; args: any[]; method: string; }) | ({ level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; } & { type: "javascript"; }) | ({ level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; } & { type: string; } & { type: "console"; args: any[]; method: string; }) | ({ level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; } & { type: string; } & { type: "javascript"; }) | ({ level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; } & { type: "console"; args: any[]; method: string; } & { type: string; }) | ({ level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; } & { type: "javascript"; } & { type: string; }); method: "log.entryAdded"; }>>>, z.ZodLazy; params: z.ZodLazy, z.ZodNull]>; isBlocked: z.ZodBoolean; navigation: z.ZodUnion<[z.ZodLazy, z.ZodNull]>; redirectCount: z.ZodNumber; request: z.ZodLazy; url: z.ZodString; method: z.ZodString; headers: z.ZodArray; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; }, "strip", z.ZodTypeAny, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }>>, "many">; cookies: z.ZodArray; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; domain: z.ZodString; path: z.ZodString; size: z.ZodNumber; httpOnly: z.ZodBoolean; secure: z.ZodBoolean; sameSite: z.ZodLazy>; expiry: z.ZodOptional; }, "strip", z.ZodTypeAny, { path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; }, { path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; }>, z.ZodLazy>>>, "many">; headersSize: z.ZodNumber; bodySize: z.ZodUnion<[z.ZodNumber, z.ZodNull]>; timings: z.ZodLazy>; }, "strip", z.ZodTypeAny, { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }, { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }>>; timestamp: z.ZodNumber; intercepts: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; }, { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; }>>, z.ZodObject<{ response: z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; }, "strip", z.ZodTypeAny, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }>>, "many">; mimeType: z.ZodString; bytesReceived: z.ZodNumber; headersSize: z.ZodUnion<[z.ZodNumber, z.ZodNull]>; bodySize: z.ZodUnion<[z.ZodNumber, z.ZodNull]>; content: z.ZodLazy>; authChallenges: z.ZodOptional>, "many">>; }, "strip", z.ZodTypeAny, { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }, { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }>>; }, "strip", z.ZodTypeAny, { response: { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }; }, { response: { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }; }>>>; }, "strip", z.ZodTypeAny, { params: { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; } & { response: { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }; }; method: "network.authRequired"; }, { params: { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; } & { response: { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }; }; method: "network.authRequired"; }>>, z.ZodLazy; params: z.ZodLazy, z.ZodNull]>; isBlocked: z.ZodBoolean; navigation: z.ZodUnion<[z.ZodLazy, z.ZodNull]>; redirectCount: z.ZodNumber; request: z.ZodLazy; url: z.ZodString; method: z.ZodString; headers: z.ZodArray; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; }, "strip", z.ZodTypeAny, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }>>, "many">; cookies: z.ZodArray; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; domain: z.ZodString; path: z.ZodString; size: z.ZodNumber; httpOnly: z.ZodBoolean; secure: z.ZodBoolean; sameSite: z.ZodLazy>; expiry: z.ZodOptional; }, "strip", z.ZodTypeAny, { path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; }, { path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; }>, z.ZodLazy>>>, "many">; headersSize: z.ZodNumber; bodySize: z.ZodUnion<[z.ZodNumber, z.ZodNull]>; timings: z.ZodLazy>; }, "strip", z.ZodTypeAny, { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }, { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }>>; timestamp: z.ZodNumber; intercepts: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; }, { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; }>>, z.ZodObject<{ initiator: z.ZodLazy; columnNumber: z.ZodOptional; lineNumber: z.ZodOptional; stackTrace: z.ZodOptional>, "many">; }, "strip", z.ZodTypeAny, { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }, { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }>>>; request: z.ZodOptional>; }, "strip", z.ZodTypeAny, { type: "other" | "script" | "parser" | "preflight"; columnNumber?: number | undefined; lineNumber?: number | undefined; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; request?: string | undefined; }, { type: "other" | "script" | "parser" | "preflight"; columnNumber?: number | undefined; lineNumber?: number | undefined; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; request?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { initiator: { type: "other" | "script" | "parser" | "preflight"; columnNumber?: number | undefined; lineNumber?: number | undefined; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; request?: string | undefined; }; }, { initiator: { type: "other" | "script" | "parser" | "preflight"; columnNumber?: number | undefined; lineNumber?: number | undefined; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; request?: string | undefined; }; }>>>; }, "strip", z.ZodTypeAny, { params: { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; } & { initiator: { type: "other" | "script" | "parser" | "preflight"; columnNumber?: number | undefined; lineNumber?: number | undefined; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; request?: string | undefined; }; }; method: "network.beforeRequestSent"; }, { params: { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; } & { initiator: { type: "other" | "script" | "parser" | "preflight"; columnNumber?: number | undefined; lineNumber?: number | undefined; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; request?: string | undefined; }; }; method: "network.beforeRequestSent"; }>>, z.ZodLazy; params: z.ZodLazy, z.ZodNull]>; isBlocked: z.ZodBoolean; navigation: z.ZodUnion<[z.ZodLazy, z.ZodNull]>; redirectCount: z.ZodNumber; request: z.ZodLazy; url: z.ZodString; method: z.ZodString; headers: z.ZodArray; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; }, "strip", z.ZodTypeAny, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }>>, "many">; cookies: z.ZodArray; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; domain: z.ZodString; path: z.ZodString; size: z.ZodNumber; httpOnly: z.ZodBoolean; secure: z.ZodBoolean; sameSite: z.ZodLazy>; expiry: z.ZodOptional; }, "strip", z.ZodTypeAny, { path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; }, { path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; }>, z.ZodLazy>>>, "many">; headersSize: z.ZodNumber; bodySize: z.ZodUnion<[z.ZodNumber, z.ZodNull]>; timings: z.ZodLazy>; }, "strip", z.ZodTypeAny, { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }, { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }>>; timestamp: z.ZodNumber; intercepts: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; }, { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; }>>, z.ZodObject<{ errorText: z.ZodString; }, "strip", z.ZodTypeAny, { errorText: string; }, { errorText: string; }>>>; }, "strip", z.ZodTypeAny, { params: { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; } & { errorText: string; }; method: "network.fetchError"; }, { params: { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; } & { errorText: string; }; method: "network.fetchError"; }>>, z.ZodLazy; params: z.ZodLazy, z.ZodNull]>; isBlocked: z.ZodBoolean; navigation: z.ZodUnion<[z.ZodLazy, z.ZodNull]>; redirectCount: z.ZodNumber; request: z.ZodLazy; url: z.ZodString; method: z.ZodString; headers: z.ZodArray; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; }, "strip", z.ZodTypeAny, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }>>, "many">; cookies: z.ZodArray; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; domain: z.ZodString; path: z.ZodString; size: z.ZodNumber; httpOnly: z.ZodBoolean; secure: z.ZodBoolean; sameSite: z.ZodLazy>; expiry: z.ZodOptional; }, "strip", z.ZodTypeAny, { path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; }, { path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; }>, z.ZodLazy>>>, "many">; headersSize: z.ZodNumber; bodySize: z.ZodUnion<[z.ZodNumber, z.ZodNull]>; timings: z.ZodLazy>; }, "strip", z.ZodTypeAny, { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }, { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }>>; timestamp: z.ZodNumber; intercepts: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; }, { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; }>>, z.ZodObject<{ response: z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; }, "strip", z.ZodTypeAny, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }>>, "many">; mimeType: z.ZodString; bytesReceived: z.ZodNumber; headersSize: z.ZodUnion<[z.ZodNumber, z.ZodNull]>; bodySize: z.ZodUnion<[z.ZodNumber, z.ZodNull]>; content: z.ZodLazy>; authChallenges: z.ZodOptional>, "many">>; }, "strip", z.ZodTypeAny, { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }, { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }>>; }, "strip", z.ZodTypeAny, { response: { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }; }, { response: { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }; }>>>; }, "strip", z.ZodTypeAny, { params: { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; } & { response: { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }; }; method: "network.responseCompleted"; }, { params: { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; } & { response: { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }; }; method: "network.responseCompleted"; }>>, z.ZodLazy; params: z.ZodLazy, z.ZodNull]>; isBlocked: z.ZodBoolean; navigation: z.ZodUnion<[z.ZodLazy, z.ZodNull]>; redirectCount: z.ZodNumber; request: z.ZodLazy; url: z.ZodString; method: z.ZodString; headers: z.ZodArray; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; }, "strip", z.ZodTypeAny, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }>>, "many">; cookies: z.ZodArray; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; domain: z.ZodString; path: z.ZodString; size: z.ZodNumber; httpOnly: z.ZodBoolean; secure: z.ZodBoolean; sameSite: z.ZodLazy>; expiry: z.ZodOptional; }, "strip", z.ZodTypeAny, { path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; }, { path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; }>, z.ZodLazy>>>, "many">; headersSize: z.ZodNumber; bodySize: z.ZodUnion<[z.ZodNumber, z.ZodNull]>; timings: z.ZodLazy>; }, "strip", z.ZodTypeAny, { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }, { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }>>; timestamp: z.ZodNumber; intercepts: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; }, { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; }>>, z.ZodObject<{ response: z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; }, "strip", z.ZodTypeAny, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }>>, "many">; mimeType: z.ZodString; bytesReceived: z.ZodNumber; headersSize: z.ZodUnion<[z.ZodNumber, z.ZodNull]>; bodySize: z.ZodUnion<[z.ZodNumber, z.ZodNull]>; content: z.ZodLazy>; authChallenges: z.ZodOptional>, "many">>; }, "strip", z.ZodTypeAny, { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }, { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }>>; }, "strip", z.ZodTypeAny, { response: { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }; }, { response: { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }; }>>>; }, "strip", z.ZodTypeAny, { params: { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; } & { response: { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }; }; method: "network.responseStarted"; }, { params: { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; } & { response: { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }; }; method: "network.responseStarted"; }>>]>>, z.ZodLazy; params: z.ZodLazy; data: any; source: z.ZodLazy; context: z.ZodOptional>; }, "strip", z.ZodTypeAny, { realm: string; context?: string | undefined; }, { realm: string; context?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { channel: string; source: { realm: string; context?: string | undefined; }; data?: any; }, { channel: string; source: { realm: string; context?: string | undefined; }; data?: any; }>>; }, "strip", z.ZodTypeAny, { params: { channel: string; source: { realm: string; context?: string | undefined; }; data?: any; }; method: "script.message"; }, { params: { channel: string; source: { realm: string; context?: string | undefined; }; data?: any; }; method: "script.message"; }>>, z.ZodLazy; params: z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>, z.ZodObject<{ type: z.ZodLiteral<"window">; context: z.ZodLazy; sandbox: z.ZodOptional; }, "strip", z.ZodTypeAny, { type: "window"; context: string; sandbox?: string | undefined; }, { type: "window"; context: string; sandbox?: string | undefined; }>>>, z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>, z.ZodObject<{ type: z.ZodLiteral<"dedicated-worker">; owners: z.ZodTuple<[z.ZodLazy], null>; }, "strip", z.ZodTypeAny, { type: "dedicated-worker"; owners: [string]; }, { type: "dedicated-worker"; owners: [string]; }>>>, z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>, z.ZodObject<{ type: z.ZodLiteral<"shared-worker">; }, "strip", z.ZodTypeAny, { type: "shared-worker"; }, { type: "shared-worker"; }>>>, z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>, z.ZodObject<{ type: z.ZodLiteral<"service-worker">; }, "strip", z.ZodTypeAny, { type: "service-worker"; }, { type: "service-worker"; }>>>, z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>, z.ZodObject<{ type: z.ZodLiteral<"worker">; }, "strip", z.ZodTypeAny, { type: "worker"; }, { type: "worker"; }>>>, z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>, z.ZodObject<{ type: z.ZodLiteral<"paint-worklet">; }, "strip", z.ZodTypeAny, { type: "paint-worklet"; }, { type: "paint-worklet"; }>>>, z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>, z.ZodObject<{ type: z.ZodLiteral<"audio-worklet">; }, "strip", z.ZodTypeAny, { type: "audio-worklet"; }, { type: "audio-worklet"; }>>>, z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>, z.ZodObject<{ type: z.ZodLiteral<"worklet">; }, "strip", z.ZodTypeAny, { type: "worklet"; }, { type: "worklet"; }>>>]>>; }, "strip", z.ZodTypeAny, { params: ({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }); method: "script.realmCreated"; }, { params: ({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }); method: "script.realmCreated"; }>>, z.ZodLazy; params: z.ZodLazy; }, "strip", z.ZodTypeAny, { realm: string; }, { realm: string; }>>; }, "strip", z.ZodTypeAny, { params: { realm: string; }; method: "script.realmDestroyed"; }, { params: { realm: string; }; method: "script.realmDestroyed"; }>>]>>]>>; export declare const CommandDataSchema: z.ZodLazy; params: z.ZodLazy>>; }, "strip", z.ZodTypeAny, { params: Record; method: "browser.close"; }, { params: Record; method: "browser.close"; }>>, z.ZodLazy; params: z.ZodLazy>>; }, "strip", z.ZodTypeAny, { params: Record; method: "browser.createUserContext"; }, { params: Record; method: "browser.createUserContext"; }>>, z.ZodLazy; params: z.ZodLazy>>; }, "strip", z.ZodTypeAny, { params: Record; method: "browser.getUserContexts"; }, { params: Record; method: "browser.getUserContexts"; }>>, z.ZodLazy; params: z.ZodLazy; }, "strip", z.ZodTypeAny, { userContext: string; }, { userContext: string; }>>; }, "strip", z.ZodTypeAny, { params: { userContext: string; }; method: "browser.removeUserContext"; }, { params: { userContext: string; }; method: "browser.removeUserContext"; }>>]>>, z.ZodLazy; params: z.ZodLazy; }, "strip", z.ZodTypeAny, { context: string; }, { context: string; }>>; }, "strip", z.ZodTypeAny, { params: { context: string; }; method: "browsingContext.activate"; }, { params: { context: string; }; method: "browsingContext.activate"; }>>, z.ZodLazy; params: z.ZodLazy; origin: z.ZodOptional>>; format: z.ZodOptional; }, "strip", z.ZodTypeAny, { type: string; quality?: number | undefined; }, { type: string; quality?: number | undefined; }>>>; clip: z.ZodOptional; x: z.ZodNumber; y: z.ZodNumber; width: z.ZodNumber; height: z.ZodNumber; }, "strip", z.ZodTypeAny, { type: "box"; x: number; y: number; width: number; height: number; }, { type: "box"; x: number; y: number; width: number; height: number; }>>, z.ZodLazy; element: z.ZodLazy; handle: z.ZodOptional>; }, "strip", z.ZodTypeAny, { sharedId: string; handle?: string | undefined; }, { sharedId: string; handle?: string | undefined; }>, z.ZodLazy>>>; }, "strip", z.ZodTypeAny, { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; }, { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; }>>]>>>; }, "strip", z.ZodTypeAny, { context: string; origin?: "viewport" | "document" | undefined; format?: { type: string; quality?: number | undefined; } | undefined; clip?: { type: "box"; x: number; y: number; width: number; height: number; } | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; }, { context: string; origin?: "viewport" | "document" | undefined; format?: { type: string; quality?: number | undefined; } | undefined; clip?: { type: "box"; x: number; y: number; width: number; height: number; } | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { context: string; origin?: "viewport" | "document" | undefined; format?: { type: string; quality?: number | undefined; } | undefined; clip?: { type: "box"; x: number; y: number; width: number; height: number; } | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; }; method: "browsingContext.captureScreenshot"; }, { params: { context: string; origin?: "viewport" | "document" | undefined; format?: { type: string; quality?: number | undefined; } | undefined; clip?: { type: "box"; x: number; y: number; width: number; height: number; } | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; }; method: "browsingContext.captureScreenshot"; }>>, z.ZodLazy; params: z.ZodLazy; promptUnload: z.ZodOptional>; }, "strip", z.ZodTypeAny, { context: string; promptUnload?: boolean | undefined; }, { context: string; promptUnload?: boolean | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { context: string; promptUnload?: boolean | undefined; }; method: "browsingContext.close"; }, { params: { context: string; promptUnload?: boolean | undefined; }; method: "browsingContext.close"; }>>, z.ZodLazy; params: z.ZodLazy>; referenceContext: z.ZodOptional>; background: z.ZodOptional>; userContext: z.ZodOptional>; }, "strip", z.ZodTypeAny, { type: "window" | "tab"; referenceContext?: string | undefined; background?: boolean | undefined; userContext?: string | undefined; }, { type: "window" | "tab"; referenceContext?: string | undefined; background?: boolean | undefined; userContext?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { type: "window" | "tab"; referenceContext?: string | undefined; background?: boolean | undefined; userContext?: string | undefined; }; method: "browsingContext.create"; }, { params: { type: "window" | "tab"; referenceContext?: string | undefined; background?: boolean | undefined; userContext?: string | undefined; }; method: "browsingContext.create"; }>>, z.ZodLazy; params: z.ZodLazy; root: z.ZodOptional>; }, "strip", z.ZodTypeAny, { maxDepth?: number | undefined; root?: string | undefined; }, { maxDepth?: number | undefined; root?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { maxDepth?: number | undefined; root?: string | undefined; }; method: "browsingContext.getTree"; }, { params: { maxDepth?: number | undefined; root?: string | undefined; }; method: "browsingContext.getTree"; }>>, z.ZodLazy; params: z.ZodLazy; accept: z.ZodOptional; userText: z.ZodOptional; }, "strip", z.ZodTypeAny, { context: string; accept?: boolean | undefined; userText?: string | undefined; }, { context: string; accept?: boolean | undefined; userText?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { context: string; accept?: boolean | undefined; userText?: string | undefined; }; method: "browsingContext.handleUserPrompt"; }, { params: { context: string; accept?: boolean | undefined; userText?: string | undefined; }; method: "browsingContext.handleUserPrompt"; }>>, z.ZodLazy; params: z.ZodLazy; locator: z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "css"; value: string; }, { type: "css"; value: string; }>>, z.ZodLazy; value: z.ZodString; ignoreCase: z.ZodOptional; matchType: z.ZodOptional>; maxDepth: z.ZodOptional; }, "strip", z.ZodTypeAny, { type: "innerText"; value: string; ignoreCase?: boolean | undefined; matchType?: "partial" | "full" | undefined; maxDepth?: number | undefined; }, { type: "innerText"; value: string; ignoreCase?: boolean | undefined; matchType?: "partial" | "full" | undefined; maxDepth?: number | undefined; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "xpath"; value: string; }, { type: "xpath"; value: string; }>>]>>; maxNodeCount: z.ZodOptional; serializationOptions: z.ZodOptional>>; maxObjectDepth: z.ZodOptional>>; includeShadowTree: z.ZodOptional>>; }, "strip", z.ZodTypeAny, { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; }, { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; }>>>; startNodes: z.ZodOptional; handle: z.ZodOptional>; }, "strip", z.ZodTypeAny, { sharedId: string; handle?: string | undefined; }, { sharedId: string; handle?: string | undefined; }>, z.ZodLazy>>>, "many">>; }, "strip", z.ZodTypeAny, { context: string; locator: { type: "css"; value: string; } | { type: "innerText"; value: string; ignoreCase?: boolean | undefined; matchType?: "partial" | "full" | undefined; maxDepth?: number | undefined; } | { type: "xpath"; value: string; }; maxNodeCount?: number | undefined; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; startNodes?: ({ sharedId: string; handle?: string | undefined; } & Record)[] | undefined; }, { context: string; locator: { type: "css"; value: string; } | { type: "innerText"; value: string; ignoreCase?: boolean | undefined; matchType?: "partial" | "full" | undefined; maxDepth?: number | undefined; } | { type: "xpath"; value: string; }; maxNodeCount?: number | undefined; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; startNodes?: ({ sharedId: string; handle?: string | undefined; } & Record)[] | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { context: string; locator: { type: "css"; value: string; } | { type: "innerText"; value: string; ignoreCase?: boolean | undefined; matchType?: "partial" | "full" | undefined; maxDepth?: number | undefined; } | { type: "xpath"; value: string; }; maxNodeCount?: number | undefined; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; startNodes?: ({ sharedId: string; handle?: string | undefined; } & Record)[] | undefined; }; method: "browsingContext.locateNodes"; }, { params: { context: string; locator: { type: "css"; value: string; } | { type: "innerText"; value: string; ignoreCase?: boolean | undefined; matchType?: "partial" | "full" | undefined; maxDepth?: number | undefined; } | { type: "xpath"; value: string; }; maxNodeCount?: number | undefined; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; startNodes?: ({ sharedId: string; handle?: string | undefined; } & Record)[] | undefined; }; method: "browsingContext.locateNodes"; }>>, z.ZodLazy; params: z.ZodLazy; url: z.ZodString; wait: z.ZodOptional>>; }, "strip", z.ZodTypeAny, { url: string; context: string; wait?: "none" | "interactive" | "complete" | undefined; }, { url: string; context: string; wait?: "none" | "interactive" | "complete" | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { url: string; context: string; wait?: "none" | "interactive" | "complete" | undefined; }; method: "browsingContext.navigate"; }, { params: { url: string; context: string; wait?: "none" | "interactive" | "complete" | undefined; }; method: "browsingContext.navigate"; }>>, z.ZodLazy; params: z.ZodLazy; background: z.ZodOptional>; margin: z.ZodOptional>; left: z.ZodOptional>; right: z.ZodOptional>; top: z.ZodOptional>; }, "strip", z.ZodTypeAny, { bottom?: number | undefined; left?: number | undefined; right?: number | undefined; top?: number | undefined; }, { bottom?: number | undefined; left?: number | undefined; right?: number | undefined; top?: number | undefined; }>>>; orientation: z.ZodOptional>>; page: z.ZodOptional>; width: z.ZodOptional>; }, "strip", z.ZodTypeAny, { height?: number | undefined; width?: number | undefined; }, { height?: number | undefined; width?: number | undefined; }>>>; pageRanges: z.ZodOptional, "many">>; scale: z.ZodOptional>; shrinkToFit: z.ZodOptional>; }, "strip", z.ZodTypeAny, { context: string; background?: boolean | undefined; margin?: { bottom?: number | undefined; left?: number | undefined; right?: number | undefined; top?: number | undefined; } | undefined; orientation?: "portrait" | "landscape" | undefined; page?: { height?: number | undefined; width?: number | undefined; } | undefined; pageRanges?: (string | number)[] | undefined; scale?: number | undefined; shrinkToFit?: boolean | undefined; }, { context: string; background?: boolean | undefined; margin?: { bottom?: number | undefined; left?: number | undefined; right?: number | undefined; top?: number | undefined; } | undefined; orientation?: "portrait" | "landscape" | undefined; page?: { height?: number | undefined; width?: number | undefined; } | undefined; pageRanges?: (string | number)[] | undefined; scale?: number | undefined; shrinkToFit?: boolean | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { context: string; background?: boolean | undefined; margin?: { bottom?: number | undefined; left?: number | undefined; right?: number | undefined; top?: number | undefined; } | undefined; orientation?: "portrait" | "landscape" | undefined; page?: { height?: number | undefined; width?: number | undefined; } | undefined; pageRanges?: (string | number)[] | undefined; scale?: number | undefined; shrinkToFit?: boolean | undefined; }; method: "browsingContext.print"; }, { params: { context: string; background?: boolean | undefined; margin?: { bottom?: number | undefined; left?: number | undefined; right?: number | undefined; top?: number | undefined; } | undefined; orientation?: "portrait" | "landscape" | undefined; page?: { height?: number | undefined; width?: number | undefined; } | undefined; pageRanges?: (string | number)[] | undefined; scale?: number | undefined; shrinkToFit?: boolean | undefined; }; method: "browsingContext.print"; }>>, z.ZodLazy; params: z.ZodLazy; ignoreCache: z.ZodOptional; wait: z.ZodOptional>>; }, "strip", z.ZodTypeAny, { context: string; ignoreCache?: boolean | undefined; wait?: "none" | "interactive" | "complete" | undefined; }, { context: string; ignoreCache?: boolean | undefined; wait?: "none" | "interactive" | "complete" | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { context: string; ignoreCache?: boolean | undefined; wait?: "none" | "interactive" | "complete" | undefined; }; method: "browsingContext.reload"; }, { params: { context: string; ignoreCache?: boolean | undefined; wait?: "none" | "interactive" | "complete" | undefined; }; method: "browsingContext.reload"; }>>, z.ZodLazy; params: z.ZodLazy; viewport: z.ZodOptional>, z.ZodNull]>>; devicePixelRatio: z.ZodOptional>; }, "strip", z.ZodTypeAny, { context: string; viewport?: { width: number; height: number; } | null | undefined; devicePixelRatio?: number | null | undefined; }, { context: string; viewport?: { width: number; height: number; } | null | undefined; devicePixelRatio?: number | null | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { context: string; viewport?: { width: number; height: number; } | null | undefined; devicePixelRatio?: number | null | undefined; }; method: "browsingContext.setViewport"; }, { params: { context: string; viewport?: { width: number; height: number; } | null | undefined; devicePixelRatio?: number | null | undefined; }; method: "browsingContext.setViewport"; }>>, z.ZodLazy; params: z.ZodLazy; delta: z.ZodNumber; }, "strip", z.ZodTypeAny, { context: string; delta: number; }, { context: string; delta: number; }>>; }, "strip", z.ZodTypeAny, { params: { context: string; delta: number; }; method: "browsingContext.traverseHistory"; }, { params: { context: string; delta: number; }; method: "browsingContext.traverseHistory"; }>>]>>, z.ZodLazy; params: z.ZodLazy; actions: z.ZodArray; id: z.ZodString; actions: z.ZodArray; duration: z.ZodOptional; }, "strip", z.ZodTypeAny, { type: "pause"; duration?: number | undefined; }, { type: "pause"; duration?: number | undefined; }>>>, "many">; }, "strip", z.ZodTypeAny, { type: "none"; actions: { type: "pause"; duration?: number | undefined; }[]; id: string; }, { type: "none"; actions: { type: "pause"; duration?: number | undefined; }[]; id: string; }>>, z.ZodLazy; id: z.ZodString; actions: z.ZodArray; duration: z.ZodOptional; }, "strip", z.ZodTypeAny, { type: "pause"; duration?: number | undefined; }, { type: "pause"; duration?: number | undefined; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "keyDown"; value: string; }, { type: "keyDown"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "keyUp"; value: string; }, { type: "keyUp"; value: string; }>>]>>, "many">; }, "strip", z.ZodTypeAny, { type: "key"; actions: ({ type: "pause"; duration?: number | undefined; } | { type: "keyDown"; value: string; } | { type: "keyUp"; value: string; })[]; id: string; }, { type: "key"; actions: ({ type: "pause"; duration?: number | undefined; } | { type: "keyDown"; value: string; } | { type: "keyUp"; value: string; })[]; id: string; }>>, z.ZodLazy; id: z.ZodString; parameters: z.ZodOptional>>>; }, "strip", z.ZodTypeAny, { pointerType?: "touch" | "mouse" | "pen" | undefined; }, { pointerType?: "touch" | "mouse" | "pen" | undefined; }>>>; actions: z.ZodArray; duration: z.ZodOptional; }, "strip", z.ZodTypeAny, { type: "pause"; duration?: number | undefined; }, { type: "pause"; duration?: number | undefined; }>>, z.ZodLazy; button: z.ZodNumber; }, "strip", z.ZodTypeAny, { type: "pointerDown"; button: number; }, { type: "pointerDown"; button: number; }>, z.ZodLazy>; height: z.ZodOptional>; pressure: z.ZodOptional>; tangentialPressure: z.ZodOptional>; twist: z.ZodOptional>; altitudeAngle: z.ZodOptional>; azimuthAngle: z.ZodOptional>; }, "strip", z.ZodTypeAny, { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }, { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }>>>>, z.ZodLazy; button: z.ZodNumber; }, "strip", z.ZodTypeAny, { type: "pointerUp"; button: number; }, { type: "pointerUp"; button: number; }>>, z.ZodLazy; x: z.ZodNumber; y: z.ZodNumber; duration: z.ZodOptional; origin: z.ZodOptional, z.ZodLiteral<"pointer">, z.ZodLazy; element: z.ZodLazy; handle: z.ZodOptional>; }, "strip", z.ZodTypeAny, { sharedId: string; handle?: string | undefined; }, { sharedId: string; handle?: string | undefined; }>, z.ZodLazy>>>; }, "strip", z.ZodTypeAny, { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; }, { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; }>>]>>>; }, "strip", z.ZodTypeAny, { type: "pointerMove"; x: number; y: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; }, { type: "pointerMove"; x: number; y: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; }>, z.ZodLazy>; height: z.ZodOptional>; pressure: z.ZodOptional>; tangentialPressure: z.ZodOptional>; twist: z.ZodOptional>; altitudeAngle: z.ZodOptional>; azimuthAngle: z.ZodOptional>; }, "strip", z.ZodTypeAny, { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }, { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }>>>>]>>, "many">; }, "strip", z.ZodTypeAny, { type: "pointer"; actions: ({ type: "pause"; duration?: number | undefined; } | ({ type: "pointerDown"; button: number; } & { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }) | { type: "pointerUp"; button: number; } | ({ type: "pointerMove"; x: number; y: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; } & { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }))[]; id: string; parameters?: { pointerType?: "touch" | "mouse" | "pen" | undefined; } | undefined; }, { type: "pointer"; actions: ({ type: "pause"; duration?: number | undefined; } | ({ type: "pointerDown"; button: number; } & { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }) | { type: "pointerUp"; button: number; } | ({ type: "pointerMove"; x: number; y: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; } & { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }))[]; id: string; parameters?: { pointerType?: "touch" | "mouse" | "pen" | undefined; } | undefined; }>>, z.ZodLazy; id: z.ZodString; actions: z.ZodArray; duration: z.ZodOptional; }, "strip", z.ZodTypeAny, { type: "pause"; duration?: number | undefined; }, { type: "pause"; duration?: number | undefined; }>>, z.ZodLazy; x: z.ZodNumber; y: z.ZodNumber; deltaX: z.ZodNumber; deltaY: z.ZodNumber; duration: z.ZodOptional; origin: z.ZodOptional, z.ZodLiteral<"pointer">, z.ZodLazy; element: z.ZodLazy; handle: z.ZodOptional>; }, "strip", z.ZodTypeAny, { sharedId: string; handle?: string | undefined; }, { sharedId: string; handle?: string | undefined; }>, z.ZodLazy>>>; }, "strip", z.ZodTypeAny, { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; }, { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; }>>]>>>>; }, "strip", z.ZodTypeAny, { type: "scroll"; x: number; y: number; deltaX: number; deltaY: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; }, { type: "scroll"; x: number; y: number; deltaX: number; deltaY: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; }>>]>>, "many">; }, "strip", z.ZodTypeAny, { type: "wheel"; actions: ({ type: "pause"; duration?: number | undefined; } | { type: "scroll"; x: number; y: number; deltaX: number; deltaY: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; })[]; id: string; }, { type: "wheel"; actions: ({ type: "pause"; duration?: number | undefined; } | { type: "scroll"; x: number; y: number; deltaX: number; deltaY: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; })[]; id: string; }>>]>>, "many">; }, "strip", z.ZodTypeAny, { context: string; actions: ({ type: "none"; actions: { type: "pause"; duration?: number | undefined; }[]; id: string; } | { type: "key"; actions: ({ type: "pause"; duration?: number | undefined; } | { type: "keyDown"; value: string; } | { type: "keyUp"; value: string; })[]; id: string; } | { type: "pointer"; actions: ({ type: "pause"; duration?: number | undefined; } | ({ type: "pointerDown"; button: number; } & { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }) | { type: "pointerUp"; button: number; } | ({ type: "pointerMove"; x: number; y: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; } & { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }))[]; id: string; parameters?: { pointerType?: "touch" | "mouse" | "pen" | undefined; } | undefined; } | { type: "wheel"; actions: ({ type: "pause"; duration?: number | undefined; } | { type: "scroll"; x: number; y: number; deltaX: number; deltaY: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; })[]; id: string; })[]; }, { context: string; actions: ({ type: "none"; actions: { type: "pause"; duration?: number | undefined; }[]; id: string; } | { type: "key"; actions: ({ type: "pause"; duration?: number | undefined; } | { type: "keyDown"; value: string; } | { type: "keyUp"; value: string; })[]; id: string; } | { type: "pointer"; actions: ({ type: "pause"; duration?: number | undefined; } | ({ type: "pointerDown"; button: number; } & { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }) | { type: "pointerUp"; button: number; } | ({ type: "pointerMove"; x: number; y: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; } & { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }))[]; id: string; parameters?: { pointerType?: "touch" | "mouse" | "pen" | undefined; } | undefined; } | { type: "wheel"; actions: ({ type: "pause"; duration?: number | undefined; } | { type: "scroll"; x: number; y: number; deltaX: number; deltaY: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; })[]; id: string; })[]; }>>; }, "strip", z.ZodTypeAny, { params: { context: string; actions: ({ type: "none"; actions: { type: "pause"; duration?: number | undefined; }[]; id: string; } | { type: "key"; actions: ({ type: "pause"; duration?: number | undefined; } | { type: "keyDown"; value: string; } | { type: "keyUp"; value: string; })[]; id: string; } | { type: "pointer"; actions: ({ type: "pause"; duration?: number | undefined; } | ({ type: "pointerDown"; button: number; } & { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }) | { type: "pointerUp"; button: number; } | ({ type: "pointerMove"; x: number; y: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; } & { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }))[]; id: string; parameters?: { pointerType?: "touch" | "mouse" | "pen" | undefined; } | undefined; } | { type: "wheel"; actions: ({ type: "pause"; duration?: number | undefined; } | { type: "scroll"; x: number; y: number; deltaX: number; deltaY: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; })[]; id: string; })[]; }; method: "input.performActions"; }, { params: { context: string; actions: ({ type: "none"; actions: { type: "pause"; duration?: number | undefined; }[]; id: string; } | { type: "key"; actions: ({ type: "pause"; duration?: number | undefined; } | { type: "keyDown"; value: string; } | { type: "keyUp"; value: string; })[]; id: string; } | { type: "pointer"; actions: ({ type: "pause"; duration?: number | undefined; } | ({ type: "pointerDown"; button: number; } & { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }) | { type: "pointerUp"; button: number; } | ({ type: "pointerMove"; x: number; y: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; } & { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }))[]; id: string; parameters?: { pointerType?: "touch" | "mouse" | "pen" | undefined; } | undefined; } | { type: "wheel"; actions: ({ type: "pause"; duration?: number | undefined; } | { type: "scroll"; x: number; y: number; deltaX: number; deltaY: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; })[]; id: string; })[]; }; method: "input.performActions"; }>>, z.ZodLazy; params: z.ZodLazy; }, "strip", z.ZodTypeAny, { context: string; }, { context: string; }>>; }, "strip", z.ZodTypeAny, { params: { context: string; }; method: "input.releaseActions"; }, { params: { context: string; }; method: "input.releaseActions"; }>>, z.ZodLazy; params: z.ZodLazy; element: z.ZodLazy; handle: z.ZodOptional>; }, "strip", z.ZodTypeAny, { sharedId: string; handle?: string | undefined; }, { sharedId: string; handle?: string | undefined; }>, z.ZodLazy>>>; files: z.ZodArray; }, "strip", z.ZodTypeAny, { element: { sharedId: string; handle?: string | undefined; } & Record; context: string; files: string[]; }, { element: { sharedId: string; handle?: string | undefined; } & Record; context: string; files: string[]; }>>; }, "strip", z.ZodTypeAny, { params: { element: { sharedId: string; handle?: string | undefined; } & Record; context: string; files: string[]; }; method: "input.setFiles"; }, { params: { element: { sharedId: string; handle?: string | undefined; } & Record; context: string; files: string[]; }; method: "input.setFiles"; }>>]>>, z.ZodLazy; params: z.ZodLazy>, "many">; contexts: z.ZodOptional, "many">>; urlPatterns: z.ZodOptional; protocol: z.ZodOptional; hostname: z.ZodOptional; port: z.ZodOptional; pathname: z.ZodOptional; search: z.ZodOptional; }, "strip", z.ZodTypeAny, { type: "pattern"; protocol?: string | undefined; hostname?: string | undefined; port?: string | undefined; pathname?: string | undefined; search?: string | undefined; }, { type: "pattern"; protocol?: string | undefined; hostname?: string | undefined; port?: string | undefined; pathname?: string | undefined; search?: string | undefined; }>>, z.ZodLazy; pattern: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; pattern: string; }, { type: "string"; pattern: string; }>>]>>, "many">>; }, "strip", z.ZodTypeAny, { phases: ("beforeRequestSent" | "responseStarted" | "authRequired")[]; contexts?: string[] | undefined; urlPatterns?: ({ type: "pattern"; protocol?: string | undefined; hostname?: string | undefined; port?: string | undefined; pathname?: string | undefined; search?: string | undefined; } | { type: "string"; pattern: string; })[] | undefined; }, { phases: ("beforeRequestSent" | "responseStarted" | "authRequired")[]; contexts?: string[] | undefined; urlPatterns?: ({ type: "pattern"; protocol?: string | undefined; hostname?: string | undefined; port?: string | undefined; pathname?: string | undefined; search?: string | undefined; } | { type: "string"; pattern: string; })[] | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { phases: ("beforeRequestSent" | "responseStarted" | "authRequired")[]; contexts?: string[] | undefined; urlPatterns?: ({ type: "pattern"; protocol?: string | undefined; hostname?: string | undefined; port?: string | undefined; pathname?: string | undefined; search?: string | undefined; } | { type: "string"; pattern: string; })[] | undefined; }; method: "network.addIntercept"; }, { params: { phases: ("beforeRequestSent" | "responseStarted" | "authRequired")[]; contexts?: string[] | undefined; urlPatterns?: ({ type: "pattern"; protocol?: string | undefined; hostname?: string | undefined; port?: string | undefined; pathname?: string | undefined; search?: string | undefined; } | { type: "string"; pattern: string; })[] | undefined; }; method: "network.addIntercept"; }>>, z.ZodLazy; params: z.ZodLazy; body: z.ZodOptional; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>>; cookies: z.ZodOptional; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; }, "strip", z.ZodTypeAny, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }>>, "many">>; headers: z.ZodOptional; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; }, "strip", z.ZodTypeAny, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }>>, "many">>; method: z.ZodOptional; url: z.ZodOptional; }, "strip", z.ZodTypeAny, { request: string; body?: { type: "string"; value: string; } | { type: "base64"; value: string; } | undefined; cookies?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[] | undefined; headers?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[] | undefined; method?: string | undefined; url?: string | undefined; }, { request: string; body?: { type: "string"; value: string; } | { type: "base64"; value: string; } | undefined; cookies?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[] | undefined; headers?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[] | undefined; method?: string | undefined; url?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { request: string; body?: { type: "string"; value: string; } | { type: "base64"; value: string; } | undefined; cookies?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[] | undefined; headers?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[] | undefined; method?: string | undefined; url?: string | undefined; }; method: "network.continueRequest"; }, { params: { request: string; body?: { type: "string"; value: string; } | { type: "base64"; value: string; } | undefined; cookies?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[] | undefined; headers?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[] | undefined; method?: string | undefined; url?: string | undefined; }; method: "network.continueRequest"; }>>, z.ZodLazy; params: z.ZodLazy; cookies: z.ZodOptional; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; domain: z.ZodOptional; httpOnly: z.ZodOptional; expiry: z.ZodOptional; maxAge: z.ZodOptional; path: z.ZodOptional; sameSite: z.ZodOptional>>; secure: z.ZodOptional; }, "strip", z.ZodTypeAny, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; domain?: string | undefined; httpOnly?: boolean | undefined; expiry?: string | undefined; maxAge?: number | undefined; path?: string | undefined; sameSite?: "strict" | "none" | "lax" | undefined; secure?: boolean | undefined; }, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; domain?: string | undefined; httpOnly?: boolean | undefined; expiry?: string | undefined; maxAge?: number | undefined; path?: string | undefined; sameSite?: "strict" | "none" | "lax" | undefined; secure?: boolean | undefined; }>>, "many">>; credentials: z.ZodOptional; username: z.ZodString; password: z.ZodString; }, "strip", z.ZodTypeAny, { type: "password"; password: string; username: string; }, { type: "password"; password: string; username: string; }>>>; headers: z.ZodOptional; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; }, "strip", z.ZodTypeAny, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }>>, "many">>; reasonPhrase: z.ZodOptional; statusCode: z.ZodOptional; }, "strip", z.ZodTypeAny, { request: string; cookies?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; domain?: string | undefined; httpOnly?: boolean | undefined; expiry?: string | undefined; maxAge?: number | undefined; path?: string | undefined; sameSite?: "strict" | "none" | "lax" | undefined; secure?: boolean | undefined; }[] | undefined; credentials?: { type: "password"; password: string; username: string; } | undefined; headers?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[] | undefined; reasonPhrase?: string | undefined; statusCode?: number | undefined; }, { request: string; cookies?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; domain?: string | undefined; httpOnly?: boolean | undefined; expiry?: string | undefined; maxAge?: number | undefined; path?: string | undefined; sameSite?: "strict" | "none" | "lax" | undefined; secure?: boolean | undefined; }[] | undefined; credentials?: { type: "password"; password: string; username: string; } | undefined; headers?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[] | undefined; reasonPhrase?: string | undefined; statusCode?: number | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { request: string; cookies?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; domain?: string | undefined; httpOnly?: boolean | undefined; expiry?: string | undefined; maxAge?: number | undefined; path?: string | undefined; sameSite?: "strict" | "none" | "lax" | undefined; secure?: boolean | undefined; }[] | undefined; credentials?: { type: "password"; password: string; username: string; } | undefined; headers?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[] | undefined; reasonPhrase?: string | undefined; statusCode?: number | undefined; }; method: "network.continueResponse"; }, { params: { request: string; cookies?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; domain?: string | undefined; httpOnly?: boolean | undefined; expiry?: string | undefined; maxAge?: number | undefined; path?: string | undefined; sameSite?: "strict" | "none" | "lax" | undefined; secure?: boolean | undefined; }[] | undefined; credentials?: { type: "password"; password: string; username: string; } | undefined; headers?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[] | undefined; reasonPhrase?: string | undefined; statusCode?: number | undefined; }; method: "network.continueResponse"; }>>, z.ZodLazy; params: z.ZodLazy; }, "strip", z.ZodTypeAny, { request: string; }, { request: string; }>, z.ZodUnion<[z.ZodLazy; credentials: z.ZodLazy; username: z.ZodString; password: z.ZodString; }, "strip", z.ZodTypeAny, { type: "password"; password: string; username: string; }, { type: "password"; password: string; username: string; }>>; }, "strip", z.ZodTypeAny, { credentials: { type: "password"; password: string; username: string; }; action: "provideCredentials"; }, { credentials: { type: "password"; password: string; username: string; }; action: "provideCredentials"; }>>, z.ZodLazy; }, "strip", z.ZodTypeAny, { action: "default" | "cancel"; }, { action: "default" | "cancel"; }>>]>>>; }, "strip", z.ZodTypeAny, { params: ({ request: string; } & { credentials: { type: "password"; password: string; username: string; }; action: "provideCredentials"; }) | ({ request: string; } & { action: "default" | "cancel"; }); method: "network.continueWithAuth"; }, { params: ({ request: string; } & { credentials: { type: "password"; password: string; username: string; }; action: "provideCredentials"; }) | ({ request: string; } & { action: "default" | "cancel"; }); method: "network.continueWithAuth"; }>>, z.ZodLazy; params: z.ZodLazy; }, "strip", z.ZodTypeAny, { request: string; }, { request: string; }>>; }, "strip", z.ZodTypeAny, { params: { request: string; }; method: "network.failRequest"; }, { params: { request: string; }; method: "network.failRequest"; }>>, z.ZodLazy; params: z.ZodLazy; body: z.ZodOptional; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>>; cookies: z.ZodOptional; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; domain: z.ZodOptional; httpOnly: z.ZodOptional; expiry: z.ZodOptional; maxAge: z.ZodOptional; path: z.ZodOptional; sameSite: z.ZodOptional>>; secure: z.ZodOptional; }, "strip", z.ZodTypeAny, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; domain?: string | undefined; httpOnly?: boolean | undefined; expiry?: string | undefined; maxAge?: number | undefined; path?: string | undefined; sameSite?: "strict" | "none" | "lax" | undefined; secure?: boolean | undefined; }, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; domain?: string | undefined; httpOnly?: boolean | undefined; expiry?: string | undefined; maxAge?: number | undefined; path?: string | undefined; sameSite?: "strict" | "none" | "lax" | undefined; secure?: boolean | undefined; }>>, "many">>; headers: z.ZodOptional; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; }, "strip", z.ZodTypeAny, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }>>, "many">>; reasonPhrase: z.ZodOptional; statusCode: z.ZodOptional; }, "strip", z.ZodTypeAny, { request: string; body?: { type: "string"; value: string; } | { type: "base64"; value: string; } | undefined; cookies?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; domain?: string | undefined; httpOnly?: boolean | undefined; expiry?: string | undefined; maxAge?: number | undefined; path?: string | undefined; sameSite?: "strict" | "none" | "lax" | undefined; secure?: boolean | undefined; }[] | undefined; headers?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[] | undefined; reasonPhrase?: string | undefined; statusCode?: number | undefined; }, { request: string; body?: { type: "string"; value: string; } | { type: "base64"; value: string; } | undefined; cookies?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; domain?: string | undefined; httpOnly?: boolean | undefined; expiry?: string | undefined; maxAge?: number | undefined; path?: string | undefined; sameSite?: "strict" | "none" | "lax" | undefined; secure?: boolean | undefined; }[] | undefined; headers?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[] | undefined; reasonPhrase?: string | undefined; statusCode?: number | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { request: string; body?: { type: "string"; value: string; } | { type: "base64"; value: string; } | undefined; cookies?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; domain?: string | undefined; httpOnly?: boolean | undefined; expiry?: string | undefined; maxAge?: number | undefined; path?: string | undefined; sameSite?: "strict" | "none" | "lax" | undefined; secure?: boolean | undefined; }[] | undefined; headers?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[] | undefined; reasonPhrase?: string | undefined; statusCode?: number | undefined; }; method: "network.provideResponse"; }, { params: { request: string; body?: { type: "string"; value: string; } | { type: "base64"; value: string; } | undefined; cookies?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; domain?: string | undefined; httpOnly?: boolean | undefined; expiry?: string | undefined; maxAge?: number | undefined; path?: string | undefined; sameSite?: "strict" | "none" | "lax" | undefined; secure?: boolean | undefined; }[] | undefined; headers?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[] | undefined; reasonPhrase?: string | undefined; statusCode?: number | undefined; }; method: "network.provideResponse"; }>>, z.ZodLazy; params: z.ZodLazy; }, "strip", z.ZodTypeAny, { intercept: string; }, { intercept: string; }>>; }, "strip", z.ZodTypeAny, { params: { intercept: string; }; method: "network.removeIntercept"; }, { params: { intercept: string; }; method: "network.removeIntercept"; }>>]>>, z.ZodLazy; params: z.ZodLazy; value: z.ZodLazy; serializationOptions: z.ZodOptional>>; maxObjectDepth: z.ZodOptional>>; includeShadowTree: z.ZodOptional>>; }, "strip", z.ZodTypeAny, { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; }, { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; }>>>; ownership: z.ZodOptional>>; }, "strip", z.ZodTypeAny, { channel: string; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; ownership?: "none" | "root" | undefined; }, { channel: string; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; ownership?: "none" | "root" | undefined; }>>; }, "strip", z.ZodTypeAny, { type: "channel"; value: { channel: string; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; ownership?: "none" | "root" | undefined; }; }, { type: "channel"; value: { channel: string; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; ownership?: "none" | "root" | undefined; }; }>>, "many">>; contexts: z.ZodOptional, "many">>; sandbox: z.ZodOptional; }, "strip", z.ZodTypeAny, { functionDeclaration: string; arguments?: { type: "channel"; value: { channel: string; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; ownership?: "none" | "root" | undefined; }; }[] | undefined; contexts?: string[] | undefined; sandbox?: string | undefined; }, { functionDeclaration: string; arguments?: { type: "channel"; value: { channel: string; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; ownership?: "none" | "root" | undefined; }; }[] | undefined; contexts?: string[] | undefined; sandbox?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { functionDeclaration: string; arguments?: { type: "channel"; value: { channel: string; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; ownership?: "none" | "root" | undefined; }; }[] | undefined; contexts?: string[] | undefined; sandbox?: string | undefined; }; method: "script.addPreloadScript"; }, { params: { functionDeclaration: string; arguments?: { type: "channel"; value: { channel: string; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; ownership?: "none" | "root" | undefined; }; }[] | undefined; contexts?: string[] | undefined; sandbox?: string | undefined; }; method: "script.addPreloadScript"; }>>, z.ZodLazy; params: z.ZodLazy; sandbox: z.ZodOptional; }, "strip", z.ZodTypeAny, { context: string; sandbox?: string | undefined; }, { context: string; sandbox?: string | undefined; }>>, z.ZodLazy; }, "strip", z.ZodTypeAny, { realm: string; }, { realm: string; }>>]>>; arguments: z.ZodOptional>; resultOwnership: z.ZodOptional>>; serializationOptions: z.ZodOptional>>; maxObjectDepth: z.ZodOptional>>; includeShadowTree: z.ZodOptional>>; }, "strip", z.ZodTypeAny, { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; }, { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; }>>>; this: any; userActivation: z.ZodOptional>; }, "strip", z.ZodTypeAny, { target: ({ context: string; sandbox?: string | undefined; } | { realm: string; }) & ({ context: string; sandbox?: string | undefined; } | { realm: string; } | undefined); awaitPromise: boolean; functionDeclaration: string; arguments?: any[] | undefined; resultOwnership?: "none" | "root" | undefined; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; this?: any; userActivation?: boolean | undefined; }, { target: ({ context: string; sandbox?: string | undefined; } | { realm: string; }) & ({ context: string; sandbox?: string | undefined; } | { realm: string; } | undefined); awaitPromise: boolean; functionDeclaration: string; arguments?: any[] | undefined; resultOwnership?: "none" | "root" | undefined; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; this?: any; userActivation?: boolean | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { target: ({ context: string; sandbox?: string | undefined; } | { realm: string; }) & ({ context: string; sandbox?: string | undefined; } | { realm: string; } | undefined); awaitPromise: boolean; functionDeclaration: string; arguments?: any[] | undefined; resultOwnership?: "none" | "root" | undefined; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; this?: any; userActivation?: boolean | undefined; }; method: "script.callFunction"; }, { params: { target: ({ context: string; sandbox?: string | undefined; } | { realm: string; }) & ({ context: string; sandbox?: string | undefined; } | { realm: string; } | undefined); awaitPromise: boolean; functionDeclaration: string; arguments?: any[] | undefined; resultOwnership?: "none" | "root" | undefined; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; this?: any; userActivation?: boolean | undefined; }; method: "script.callFunction"; }>>, z.ZodLazy; params: z.ZodLazy, "many">; target: z.ZodLazy; sandbox: z.ZodOptional; }, "strip", z.ZodTypeAny, { context: string; sandbox?: string | undefined; }, { context: string; sandbox?: string | undefined; }>>, z.ZodLazy; }, "strip", z.ZodTypeAny, { realm: string; }, { realm: string; }>>]>>; }, "strip", z.ZodTypeAny, { target: ({ context: string; sandbox?: string | undefined; } | { realm: string; }) & ({ context: string; sandbox?: string | undefined; } | { realm: string; } | undefined); handles: string[]; }, { target: ({ context: string; sandbox?: string | undefined; } | { realm: string; }) & ({ context: string; sandbox?: string | undefined; } | { realm: string; } | undefined); handles: string[]; }>>; }, "strip", z.ZodTypeAny, { params: { target: ({ context: string; sandbox?: string | undefined; } | { realm: string; }) & ({ context: string; sandbox?: string | undefined; } | { realm: string; } | undefined); handles: string[]; }; method: "script.disown"; }, { params: { target: ({ context: string; sandbox?: string | undefined; } | { realm: string; }) & ({ context: string; sandbox?: string | undefined; } | { realm: string; } | undefined); handles: string[]; }; method: "script.disown"; }>>, z.ZodLazy; params: z.ZodLazy; sandbox: z.ZodOptional; }, "strip", z.ZodTypeAny, { context: string; sandbox?: string | undefined; }, { context: string; sandbox?: string | undefined; }>>, z.ZodLazy; }, "strip", z.ZodTypeAny, { realm: string; }, { realm: string; }>>]>>; awaitPromise: z.ZodBoolean; resultOwnership: z.ZodOptional>>; serializationOptions: z.ZodOptional>>; maxObjectDepth: z.ZodOptional>>; includeShadowTree: z.ZodOptional>>; }, "strip", z.ZodTypeAny, { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; }, { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; }>>>; userActivation: z.ZodOptional>; }, "strip", z.ZodTypeAny, { expression: string; target: ({ context: string; sandbox?: string | undefined; } | { realm: string; }) & ({ context: string; sandbox?: string | undefined; } | { realm: string; } | undefined); awaitPromise: boolean; resultOwnership?: "none" | "root" | undefined; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; userActivation?: boolean | undefined; }, { expression: string; target: ({ context: string; sandbox?: string | undefined; } | { realm: string; }) & ({ context: string; sandbox?: string | undefined; } | { realm: string; } | undefined); awaitPromise: boolean; resultOwnership?: "none" | "root" | undefined; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; userActivation?: boolean | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { expression: string; target: ({ context: string; sandbox?: string | undefined; } | { realm: string; }) & ({ context: string; sandbox?: string | undefined; } | { realm: string; } | undefined); awaitPromise: boolean; resultOwnership?: "none" | "root" | undefined; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; userActivation?: boolean | undefined; }; method: "script.evaluate"; }, { params: { expression: string; target: ({ context: string; sandbox?: string | undefined; } | { realm: string; }) & ({ context: string; sandbox?: string | undefined; } | { realm: string; } | undefined); awaitPromise: boolean; resultOwnership?: "none" | "root" | undefined; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; userActivation?: boolean | undefined; }; method: "script.evaluate"; }>>, z.ZodLazy; params: z.ZodLazy>; type: z.ZodOptional>>; }, "strip", z.ZodTypeAny, { context?: string | undefined; type?: "worker" | "window" | "dedicated-worker" | "shared-worker" | "service-worker" | "paint-worklet" | "audio-worklet" | "worklet" | undefined; }, { context?: string | undefined; type?: "worker" | "window" | "dedicated-worker" | "shared-worker" | "service-worker" | "paint-worklet" | "audio-worklet" | "worklet" | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { context?: string | undefined; type?: "worker" | "window" | "dedicated-worker" | "shared-worker" | "service-worker" | "paint-worklet" | "audio-worklet" | "worklet" | undefined; }; method: "script.getRealms"; }, { params: { context?: string | undefined; type?: "worker" | "window" | "dedicated-worker" | "shared-worker" | "service-worker" | "paint-worklet" | "audio-worklet" | "worklet" | undefined; }; method: "script.getRealms"; }>>, z.ZodLazy; params: z.ZodLazy; }, "strip", z.ZodTypeAny, { script: string; }, { script: string; }>>; }, "strip", z.ZodTypeAny, { params: { script: string; }; method: "script.removePreloadScript"; }, { params: { script: string; }; method: "script.removePreloadScript"; }>>]>>, z.ZodLazy; params: z.ZodLazy>>; }, "strip", z.ZodTypeAny, { params: Record; method: "session.end"; }, { params: Record; method: "session.end"; }>>, z.ZodLazy; params: z.ZodLazy; browserName: z.ZodOptional; browserVersion: z.ZodOptional; platformName: z.ZodOptional; proxy: z.ZodOptional; }, "strip", z.ZodTypeAny, { proxyType: "autodetect"; }, { proxyType: "autodetect"; }>, z.ZodLazy>>>, z.ZodLazy; }, "strip", z.ZodTypeAny, { proxyType: "direct"; }, { proxyType: "direct"; }>, z.ZodLazy>>>, z.ZodLazy; ftpProxy: z.ZodOptional; httpProxy: z.ZodOptional; sslProxy: z.ZodOptional; }, "strip", z.ZodTypeAny, { proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; }, { proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; }>, z.ZodUnion<[z.ZodLazy>, z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>]>>, z.ZodObject<{ noProxy: z.ZodOptional>; }, "strip", z.ZodTypeAny, { noProxy?: string[] | undefined; }, { noProxy?: string[] | undefined; }>>, z.ZodLazy>>>, z.ZodLazy; proxyAutoconfigUrl: z.ZodString; }, "strip", z.ZodTypeAny, { proxyType: "pac"; proxyAutoconfigUrl: string; }, { proxyType: "pac"; proxyAutoconfigUrl: string; }>, z.ZodLazy>>>, z.ZodLazy; }, "strip", z.ZodTypeAny, { proxyType: "system"; }, { proxyType: "system"; }>, z.ZodLazy>>>, z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>]>>>; webSocketUrl: z.ZodOptional; }, "strip", z.ZodTypeAny, { acceptInsecureCerts?: boolean | undefined; browserName?: string | undefined; browserVersion?: string | undefined; platformName?: string | undefined; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: boolean | undefined; }, { acceptInsecureCerts?: boolean | undefined; browserName?: string | undefined; browserVersion?: string | undefined; platformName?: string | undefined; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: boolean | undefined; }>, z.ZodLazy>>>>; firstMatch: z.ZodOptional; browserName: z.ZodOptional; browserVersion: z.ZodOptional; platformName: z.ZodOptional; proxy: z.ZodOptional; }, "strip", z.ZodTypeAny, { proxyType: "autodetect"; }, { proxyType: "autodetect"; }>, z.ZodLazy>>>, z.ZodLazy; }, "strip", z.ZodTypeAny, { proxyType: "direct"; }, { proxyType: "direct"; }>, z.ZodLazy>>>, z.ZodLazy; ftpProxy: z.ZodOptional; httpProxy: z.ZodOptional; sslProxy: z.ZodOptional; }, "strip", z.ZodTypeAny, { proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; }, { proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; }>, z.ZodUnion<[z.ZodLazy>, z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>]>>, z.ZodObject<{ noProxy: z.ZodOptional>; }, "strip", z.ZodTypeAny, { noProxy?: string[] | undefined; }, { noProxy?: string[] | undefined; }>>, z.ZodLazy>>>, z.ZodLazy; proxyAutoconfigUrl: z.ZodString; }, "strip", z.ZodTypeAny, { proxyType: "pac"; proxyAutoconfigUrl: string; }, { proxyType: "pac"; proxyAutoconfigUrl: string; }>, z.ZodLazy>>>, z.ZodLazy; }, "strip", z.ZodTypeAny, { proxyType: "system"; }, { proxyType: "system"; }>, z.ZodLazy>>>, z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>]>>>; webSocketUrl: z.ZodOptional; }, "strip", z.ZodTypeAny, { acceptInsecureCerts?: boolean | undefined; browserName?: string | undefined; browserVersion?: string | undefined; platformName?: string | undefined; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: boolean | undefined; }, { acceptInsecureCerts?: boolean | undefined; browserName?: string | undefined; browserVersion?: string | undefined; platformName?: string | undefined; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: boolean | undefined; }>, z.ZodLazy>>>, "many">>; }, "strip", z.ZodTypeAny, { alwaysMatch?: ({ acceptInsecureCerts?: boolean | undefined; browserName?: string | undefined; browserVersion?: string | undefined; platformName?: string | undefined; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: boolean | undefined; } & Record) | undefined; firstMatch?: ({ acceptInsecureCerts?: boolean | undefined; browserName?: string | undefined; browserVersion?: string | undefined; platformName?: string | undefined; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: boolean | undefined; } & Record)[] | undefined; }, { alwaysMatch?: ({ acceptInsecureCerts?: boolean | undefined; browserName?: string | undefined; browserVersion?: string | undefined; platformName?: string | undefined; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: boolean | undefined; } & Record) | undefined; firstMatch?: ({ acceptInsecureCerts?: boolean | undefined; browserName?: string | undefined; browserVersion?: string | undefined; platformName?: string | undefined; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: boolean | undefined; } & Record)[] | undefined; }>>; }, "strip", z.ZodTypeAny, { capabilities: { alwaysMatch?: ({ acceptInsecureCerts?: boolean | undefined; browserName?: string | undefined; browserVersion?: string | undefined; platformName?: string | undefined; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: boolean | undefined; } & Record) | undefined; firstMatch?: ({ acceptInsecureCerts?: boolean | undefined; browserName?: string | undefined; browserVersion?: string | undefined; platformName?: string | undefined; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: boolean | undefined; } & Record)[] | undefined; }; }, { capabilities: { alwaysMatch?: ({ acceptInsecureCerts?: boolean | undefined; browserName?: string | undefined; browserVersion?: string | undefined; platformName?: string | undefined; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: boolean | undefined; } & Record) | undefined; firstMatch?: ({ acceptInsecureCerts?: boolean | undefined; browserName?: string | undefined; browserVersion?: string | undefined; platformName?: string | undefined; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: boolean | undefined; } & Record)[] | undefined; }; }>>; }, "strip", z.ZodTypeAny, { params: { capabilities: { alwaysMatch?: ({ acceptInsecureCerts?: boolean | undefined; browserName?: string | undefined; browserVersion?: string | undefined; platformName?: string | undefined; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: boolean | undefined; } & Record) | undefined; firstMatch?: ({ acceptInsecureCerts?: boolean | undefined; browserName?: string | undefined; browserVersion?: string | undefined; platformName?: string | undefined; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: boolean | undefined; } & Record)[] | undefined; }; }; method: "session.new"; }, { params: { capabilities: { alwaysMatch?: ({ acceptInsecureCerts?: boolean | undefined; browserName?: string | undefined; browserVersion?: string | undefined; platformName?: string | undefined; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: boolean | undefined; } & Record) | undefined; firstMatch?: ({ acceptInsecureCerts?: boolean | undefined; browserName?: string | undefined; browserVersion?: string | undefined; platformName?: string | undefined; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: boolean | undefined; } & Record)[] | undefined; }; }; method: "session.new"; }>>, z.ZodLazy; params: z.ZodLazy>>; }, "strip", z.ZodTypeAny, { params: Record; method: "session.status"; }, { params: Record; method: "session.status"; }>>, z.ZodLazy; params: z.ZodLazy; contexts: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { events: string[]; contexts?: string[] | undefined; }, { events: string[]; contexts?: string[] | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { events: string[]; contexts?: string[] | undefined; }; method: "session.subscribe"; }, { params: { events: string[]; contexts?: string[] | undefined; }; method: "session.subscribe"; }>>, z.ZodLazy; params: z.ZodLazy; contexts: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { events: string[]; contexts?: string[] | undefined; }, { events: string[]; contexts?: string[] | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { events: string[]; contexts?: string[] | undefined; }; method: "session.unsubscribe"; }, { params: { events: string[]; contexts?: string[] | undefined; }; method: "session.unsubscribe"; }>>]>>, z.ZodLazy; params: z.ZodLazy; value: z.ZodOptional; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>>; domain: z.ZodOptional; path: z.ZodOptional; size: z.ZodOptional; httpOnly: z.ZodOptional; secure: z.ZodOptional; sameSite: z.ZodOptional>>; expiry: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; value?: { type: "string"; value: string; } | { type: "base64"; value: string; } | undefined; domain?: string | undefined; path?: string | undefined; size?: number | undefined; httpOnly?: boolean | undefined; secure?: boolean | undefined; sameSite?: "strict" | "none" | "lax" | undefined; expiry?: number | undefined; }, { name?: string | undefined; value?: { type: "string"; value: string; } | { type: "base64"; value: string; } | undefined; domain?: string | undefined; path?: string | undefined; size?: number | undefined; httpOnly?: boolean | undefined; secure?: boolean | undefined; sameSite?: "strict" | "none" | "lax" | undefined; expiry?: number | undefined; }>, z.ZodLazy>>>>; partition: z.ZodOptional; context: z.ZodLazy; }, "strip", z.ZodTypeAny, { type: "context"; context: string; }, { type: "context"; context: string; }>>, z.ZodLazy; userContext: z.ZodOptional; sourceOrigin: z.ZodOptional; }, "strip", z.ZodTypeAny, { type: "storageKey"; userContext?: string | undefined; sourceOrigin?: string | undefined; }, { type: "storageKey"; userContext?: string | undefined; sourceOrigin?: string | undefined; }>, z.ZodLazy>>>]>>>; }, "strip", z.ZodTypeAny, { filter?: ({ name?: string | undefined; value?: { type: "string"; value: string; } | { type: "base64"; value: string; } | undefined; domain?: string | undefined; path?: string | undefined; size?: number | undefined; httpOnly?: boolean | undefined; secure?: boolean | undefined; sameSite?: "strict" | "none" | "lax" | undefined; expiry?: number | undefined; } & Record) | undefined; partition?: { type: "context"; context: string; } | ({ type: "storageKey"; userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record) | undefined; }, { filter?: ({ name?: string | undefined; value?: { type: "string"; value: string; } | { type: "base64"; value: string; } | undefined; domain?: string | undefined; path?: string | undefined; size?: number | undefined; httpOnly?: boolean | undefined; secure?: boolean | undefined; sameSite?: "strict" | "none" | "lax" | undefined; expiry?: number | undefined; } & Record) | undefined; partition?: { type: "context"; context: string; } | ({ type: "storageKey"; userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record) | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { filter?: ({ name?: string | undefined; value?: { type: "string"; value: string; } | { type: "base64"; value: string; } | undefined; domain?: string | undefined; path?: string | undefined; size?: number | undefined; httpOnly?: boolean | undefined; secure?: boolean | undefined; sameSite?: "strict" | "none" | "lax" | undefined; expiry?: number | undefined; } & Record) | undefined; partition?: { type: "context"; context: string; } | ({ type: "storageKey"; userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record) | undefined; }; method: "storage.deleteCookies"; }, { params: { filter?: ({ name?: string | undefined; value?: { type: "string"; value: string; } | { type: "base64"; value: string; } | undefined; domain?: string | undefined; path?: string | undefined; size?: number | undefined; httpOnly?: boolean | undefined; secure?: boolean | undefined; sameSite?: "strict" | "none" | "lax" | undefined; expiry?: number | undefined; } & Record) | undefined; partition?: { type: "context"; context: string; } | ({ type: "storageKey"; userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record) | undefined; }; method: "storage.deleteCookies"; }>>, z.ZodLazy; params: z.ZodLazy; value: z.ZodOptional; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>>; domain: z.ZodOptional; path: z.ZodOptional; size: z.ZodOptional; httpOnly: z.ZodOptional; secure: z.ZodOptional; sameSite: z.ZodOptional>>; expiry: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; value?: { type: "string"; value: string; } | { type: "base64"; value: string; } | undefined; domain?: string | undefined; path?: string | undefined; size?: number | undefined; httpOnly?: boolean | undefined; secure?: boolean | undefined; sameSite?: "strict" | "none" | "lax" | undefined; expiry?: number | undefined; }, { name?: string | undefined; value?: { type: "string"; value: string; } | { type: "base64"; value: string; } | undefined; domain?: string | undefined; path?: string | undefined; size?: number | undefined; httpOnly?: boolean | undefined; secure?: boolean | undefined; sameSite?: "strict" | "none" | "lax" | undefined; expiry?: number | undefined; }>, z.ZodLazy>>>>; partition: z.ZodOptional; context: z.ZodLazy; }, "strip", z.ZodTypeAny, { type: "context"; context: string; }, { type: "context"; context: string; }>>, z.ZodLazy; userContext: z.ZodOptional; sourceOrigin: z.ZodOptional; }, "strip", z.ZodTypeAny, { type: "storageKey"; userContext?: string | undefined; sourceOrigin?: string | undefined; }, { type: "storageKey"; userContext?: string | undefined; sourceOrigin?: string | undefined; }>, z.ZodLazy>>>]>>>; }, "strip", z.ZodTypeAny, { filter?: ({ name?: string | undefined; value?: { type: "string"; value: string; } | { type: "base64"; value: string; } | undefined; domain?: string | undefined; path?: string | undefined; size?: number | undefined; httpOnly?: boolean | undefined; secure?: boolean | undefined; sameSite?: "strict" | "none" | "lax" | undefined; expiry?: number | undefined; } & Record) | undefined; partition?: { type: "context"; context: string; } | ({ type: "storageKey"; userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record) | undefined; }, { filter?: ({ name?: string | undefined; value?: { type: "string"; value: string; } | { type: "base64"; value: string; } | undefined; domain?: string | undefined; path?: string | undefined; size?: number | undefined; httpOnly?: boolean | undefined; secure?: boolean | undefined; sameSite?: "strict" | "none" | "lax" | undefined; expiry?: number | undefined; } & Record) | undefined; partition?: { type: "context"; context: string; } | ({ type: "storageKey"; userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record) | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { filter?: ({ name?: string | undefined; value?: { type: "string"; value: string; } | { type: "base64"; value: string; } | undefined; domain?: string | undefined; path?: string | undefined; size?: number | undefined; httpOnly?: boolean | undefined; secure?: boolean | undefined; sameSite?: "strict" | "none" | "lax" | undefined; expiry?: number | undefined; } & Record) | undefined; partition?: { type: "context"; context: string; } | ({ type: "storageKey"; userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record) | undefined; }; method: "storage.getCookies"; }, { params: { filter?: ({ name?: string | undefined; value?: { type: "string"; value: string; } | { type: "base64"; value: string; } | undefined; domain?: string | undefined; path?: string | undefined; size?: number | undefined; httpOnly?: boolean | undefined; secure?: boolean | undefined; sameSite?: "strict" | "none" | "lax" | undefined; expiry?: number | undefined; } & Record) | undefined; partition?: { type: "context"; context: string; } | ({ type: "storageKey"; userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record) | undefined; }; method: "storage.getCookies"; }>>, z.ZodLazy; params: z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; domain: z.ZodString; path: z.ZodOptional; httpOnly: z.ZodOptional; secure: z.ZodOptional; sameSite: z.ZodOptional>>; expiry: z.ZodOptional; }, "strip", z.ZodTypeAny, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; domain: string; path?: string | undefined; httpOnly?: boolean | undefined; secure?: boolean | undefined; sameSite?: "strict" | "none" | "lax" | undefined; expiry?: number | undefined; }, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; domain: string; path?: string | undefined; httpOnly?: boolean | undefined; secure?: boolean | undefined; sameSite?: "strict" | "none" | "lax" | undefined; expiry?: number | undefined; }>, z.ZodLazy>>>; partition: z.ZodOptional; context: z.ZodLazy; }, "strip", z.ZodTypeAny, { type: "context"; context: string; }, { type: "context"; context: string; }>>, z.ZodLazy; userContext: z.ZodOptional; sourceOrigin: z.ZodOptional; }, "strip", z.ZodTypeAny, { type: "storageKey"; userContext?: string | undefined; sourceOrigin?: string | undefined; }, { type: "storageKey"; userContext?: string | undefined; sourceOrigin?: string | undefined; }>, z.ZodLazy>>>]>>>; }, "strip", z.ZodTypeAny, { cookie: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; domain: string; path?: string | undefined; httpOnly?: boolean | undefined; secure?: boolean | undefined; sameSite?: "strict" | "none" | "lax" | undefined; expiry?: number | undefined; } & Record; partition?: { type: "context"; context: string; } | ({ type: "storageKey"; userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record) | undefined; }, { cookie: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; domain: string; path?: string | undefined; httpOnly?: boolean | undefined; secure?: boolean | undefined; sameSite?: "strict" | "none" | "lax" | undefined; expiry?: number | undefined; } & Record; partition?: { type: "context"; context: string; } | ({ type: "storageKey"; userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record) | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { cookie: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; domain: string; path?: string | undefined; httpOnly?: boolean | undefined; secure?: boolean | undefined; sameSite?: "strict" | "none" | "lax" | undefined; expiry?: number | undefined; } & Record; partition?: { type: "context"; context: string; } | ({ type: "storageKey"; userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record) | undefined; }; method: "storage.setCookie"; }, { params: { cookie: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; domain: string; path?: string | undefined; httpOnly?: boolean | undefined; secure?: boolean | undefined; sameSite?: "strict" | "none" | "lax" | undefined; expiry?: number | undefined; } & Record; partition?: { type: "context"; context: string; } | ({ type: "storageKey"; userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record) | undefined; }; method: "storage.setCookie"; }>>]>>]>>; export declare const ResultDataSchema: z.ZodLazy>, z.ZodLazy; }, "strip", z.ZodTypeAny, { context: string; }, { context: string; }>>, z.ZodLazy>, z.ZodLazy; }, "strip", z.ZodTypeAny, { nodes: any[]; }, { nodes: any[]; }>>, z.ZodLazy, z.ZodNull]>; url: z.ZodString; }, "strip", z.ZodTypeAny, { url: string; navigation: string | null; }, { url: string; navigation: string | null; }>>, z.ZodLazy>, z.ZodLazy>]>>, z.ZodLazy>>, z.ZodLazy; }, "strip", z.ZodTypeAny, { intercept: string; }, { intercept: string; }>>>, z.ZodLazy; }, "strip", z.ZodTypeAny, { script: string; }, { script: string; }>>, z.ZodLazy; result: any; realm: z.ZodLazy; }, "strip", z.ZodTypeAny, { type: "success"; realm: string; result?: any; }, { type: "success"; realm: string; result?: any; }>>, z.ZodLazy; exceptionDetails: z.ZodLazy>, "many">; }, "strip", z.ZodTypeAny, { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }, { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }>>; text: z.ZodString; }, "strip", z.ZodTypeAny, { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }, { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }>>; realm: z.ZodLazy; }, "strip", z.ZodTypeAny, { type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; }, { type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; }>>]>>, z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>, z.ZodObject<{ type: z.ZodLiteral<"window">; context: z.ZodLazy; sandbox: z.ZodOptional; }, "strip", z.ZodTypeAny, { type: "window"; context: string; sandbox?: string | undefined; }, { type: "window"; context: string; sandbox?: string | undefined; }>>>, z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>, z.ZodObject<{ type: z.ZodLiteral<"dedicated-worker">; owners: z.ZodTuple<[z.ZodLazy], null>; }, "strip", z.ZodTypeAny, { type: "dedicated-worker"; owners: [string]; }, { type: "dedicated-worker"; owners: [string]; }>>>, z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>, z.ZodObject<{ type: z.ZodLiteral<"shared-worker">; }, "strip", z.ZodTypeAny, { type: "shared-worker"; }, { type: "shared-worker"; }>>>, z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>, z.ZodObject<{ type: z.ZodLiteral<"service-worker">; }, "strip", z.ZodTypeAny, { type: "service-worker"; }, { type: "service-worker"; }>>>, z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>, z.ZodObject<{ type: z.ZodLiteral<"worker">; }, "strip", z.ZodTypeAny, { type: "worker"; }, { type: "worker"; }>>>, z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>, z.ZodObject<{ type: z.ZodLiteral<"paint-worklet">; }, "strip", z.ZodTypeAny, { type: "paint-worklet"; }, { type: "paint-worklet"; }>>>, z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>, z.ZodObject<{ type: z.ZodLiteral<"audio-worklet">; }, "strip", z.ZodTypeAny, { type: "audio-worklet"; }, { type: "audio-worklet"; }>>>, z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>, z.ZodObject<{ type: z.ZodLiteral<"worklet">; }, "strip", z.ZodTypeAny, { type: "worklet"; }, { type: "worklet"; }>>>]>>, "many">; }, "strip", z.ZodTypeAny, { realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; }, { realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; }>>]>>, z.ZodLazy; }, "strip", z.ZodTypeAny, { proxyType: "autodetect"; }, { proxyType: "autodetect"; }>, z.ZodLazy>>>, z.ZodLazy; }, "strip", z.ZodTypeAny, { proxyType: "direct"; }, { proxyType: "direct"; }>, z.ZodLazy>>>, z.ZodLazy; ftpProxy: z.ZodOptional; httpProxy: z.ZodOptional; sslProxy: z.ZodOptional; }, "strip", z.ZodTypeAny, { proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; }, { proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; }>, z.ZodUnion<[z.ZodLazy>, z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>]>>, z.ZodObject<{ noProxy: z.ZodOptional>; }, "strip", z.ZodTypeAny, { noProxy?: string[] | undefined; }, { noProxy?: string[] | undefined; }>>, z.ZodLazy>>>, z.ZodLazy; proxyAutoconfigUrl: z.ZodString; }, "strip", z.ZodTypeAny, { proxyType: "pac"; proxyAutoconfigUrl: string; }, { proxyType: "pac"; proxyAutoconfigUrl: string; }>, z.ZodLazy>>>, z.ZodLazy; }, "strip", z.ZodTypeAny, { proxyType: "system"; }, { proxyType: "system"; }>, z.ZodLazy>>>, z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>]>>>; webSocketUrl: z.ZodOptional; }, "strip", z.ZodTypeAny, { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; }, { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; }>, z.ZodLazy>>; }, "strip", z.ZodTypeAny, { capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; }, { capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; }>>, z.ZodLazy>]>>, z.ZodLazy; sourceOrigin: z.ZodOptional; }, "strip", z.ZodTypeAny, { userContext?: string | undefined; sourceOrigin?: string | undefined; }, { userContext?: string | undefined; sourceOrigin?: string | undefined; }>, z.ZodLazy>>>; }, "strip", z.ZodTypeAny, { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }, { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; domain: z.ZodString; path: z.ZodString; size: z.ZodNumber; httpOnly: z.ZodBoolean; secure: z.ZodBoolean; sameSite: z.ZodLazy>; expiry: z.ZodOptional; }, "strip", z.ZodTypeAny, { path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; }, { path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; }>, z.ZodLazy>>>, "many">; partitionKey: z.ZodLazy; sourceOrigin: z.ZodOptional; }, "strip", z.ZodTypeAny, { userContext?: string | undefined; sourceOrigin?: string | undefined; }, { userContext?: string | undefined; sourceOrigin?: string | undefined; }>, z.ZodLazy>>>; }, "strip", z.ZodTypeAny, { cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }, { cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }>>, z.ZodLazy; sourceOrigin: z.ZodOptional; }, "strip", z.ZodTypeAny, { userContext?: string | undefined; sourceOrigin?: string | undefined; }, { userContext?: string | undefined; sourceOrigin?: string | undefined; }>, z.ZodLazy>>>; }, "strip", z.ZodTypeAny, { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }, { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }>>]>>]>>; export declare const EmptyParamsSchema: z.ZodLazy>>; export declare const MessageSchema: z.ZodLazy; id: z.ZodNumber; result: z.ZodLazy>, z.ZodLazy; }, "strip", z.ZodTypeAny, { context: string; }, { context: string; }>>, z.ZodLazy>, z.ZodLazy; }, "strip", z.ZodTypeAny, { nodes: any[]; }, { nodes: any[]; }>>, z.ZodLazy, z.ZodNull]>; url: z.ZodString; }, "strip", z.ZodTypeAny, { url: string; navigation: string | null; }, { url: string; navigation: string | null; }>>, z.ZodLazy>, z.ZodLazy>]>>, z.ZodLazy>>, z.ZodLazy; }, "strip", z.ZodTypeAny, { intercept: string; }, { intercept: string; }>>>, z.ZodLazy; }, "strip", z.ZodTypeAny, { script: string; }, { script: string; }>>, z.ZodLazy; result: any; realm: z.ZodLazy; }, "strip", z.ZodTypeAny, { type: "success"; realm: string; result?: any; }, { type: "success"; realm: string; result?: any; }>>, z.ZodLazy; exceptionDetails: z.ZodLazy>, "many">; }, "strip", z.ZodTypeAny, { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }, { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }>>; text: z.ZodString; }, "strip", z.ZodTypeAny, { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }, { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }>>; realm: z.ZodLazy; }, "strip", z.ZodTypeAny, { type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; }, { type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; }>>]>>, z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>, z.ZodObject<{ type: z.ZodLiteral<"window">; context: z.ZodLazy; sandbox: z.ZodOptional; }, "strip", z.ZodTypeAny, { type: "window"; context: string; sandbox?: string | undefined; }, { type: "window"; context: string; sandbox?: string | undefined; }>>>, z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>, z.ZodObject<{ type: z.ZodLiteral<"dedicated-worker">; owners: z.ZodTuple<[z.ZodLazy], null>; }, "strip", z.ZodTypeAny, { type: "dedicated-worker"; owners: [string]; }, { type: "dedicated-worker"; owners: [string]; }>>>, z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>, z.ZodObject<{ type: z.ZodLiteral<"shared-worker">; }, "strip", z.ZodTypeAny, { type: "shared-worker"; }, { type: "shared-worker"; }>>>, z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>, z.ZodObject<{ type: z.ZodLiteral<"service-worker">; }, "strip", z.ZodTypeAny, { type: "service-worker"; }, { type: "service-worker"; }>>>, z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>, z.ZodObject<{ type: z.ZodLiteral<"worker">; }, "strip", z.ZodTypeAny, { type: "worker"; }, { type: "worker"; }>>>, z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>, z.ZodObject<{ type: z.ZodLiteral<"paint-worklet">; }, "strip", z.ZodTypeAny, { type: "paint-worklet"; }, { type: "paint-worklet"; }>>>, z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>, z.ZodObject<{ type: z.ZodLiteral<"audio-worklet">; }, "strip", z.ZodTypeAny, { type: "audio-worklet"; }, { type: "audio-worklet"; }>>>, z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>, z.ZodObject<{ type: z.ZodLiteral<"worklet">; }, "strip", z.ZodTypeAny, { type: "worklet"; }, { type: "worklet"; }>>>]>>, "many">; }, "strip", z.ZodTypeAny, { realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; }, { realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; }>>]>>, z.ZodLazy; }, "strip", z.ZodTypeAny, { proxyType: "autodetect"; }, { proxyType: "autodetect"; }>, z.ZodLazy>>>, z.ZodLazy; }, "strip", z.ZodTypeAny, { proxyType: "direct"; }, { proxyType: "direct"; }>, z.ZodLazy>>>, z.ZodLazy; ftpProxy: z.ZodOptional; httpProxy: z.ZodOptional; sslProxy: z.ZodOptional; }, "strip", z.ZodTypeAny, { proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; }, { proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; }>, z.ZodUnion<[z.ZodLazy>, z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>]>>, z.ZodObject<{ noProxy: z.ZodOptional>; }, "strip", z.ZodTypeAny, { noProxy?: string[] | undefined; }, { noProxy?: string[] | undefined; }>>, z.ZodLazy>>>, z.ZodLazy; proxyAutoconfigUrl: z.ZodString; }, "strip", z.ZodTypeAny, { proxyType: "pac"; proxyAutoconfigUrl: string; }, { proxyType: "pac"; proxyAutoconfigUrl: string; }>, z.ZodLazy>>>, z.ZodLazy; }, "strip", z.ZodTypeAny, { proxyType: "system"; }, { proxyType: "system"; }>, z.ZodLazy>>>, z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>]>>>; webSocketUrl: z.ZodOptional; }, "strip", z.ZodTypeAny, { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; }, { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; }>, z.ZodLazy>>; }, "strip", z.ZodTypeAny, { capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; }, { capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; }>>, z.ZodLazy>]>>, z.ZodLazy; sourceOrigin: z.ZodOptional; }, "strip", z.ZodTypeAny, { userContext?: string | undefined; sourceOrigin?: string | undefined; }, { userContext?: string | undefined; sourceOrigin?: string | undefined; }>, z.ZodLazy>>>; }, "strip", z.ZodTypeAny, { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }, { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; domain: z.ZodString; path: z.ZodString; size: z.ZodNumber; httpOnly: z.ZodBoolean; secure: z.ZodBoolean; sameSite: z.ZodLazy>; expiry: z.ZodOptional; }, "strip", z.ZodTypeAny, { path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; }, { path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; }>, z.ZodLazy>>>, "many">; partitionKey: z.ZodLazy; sourceOrigin: z.ZodOptional; }, "strip", z.ZodTypeAny, { userContext?: string | undefined; sourceOrigin?: string | undefined; }, { userContext?: string | undefined; sourceOrigin?: string | undefined; }>, z.ZodLazy>>>; }, "strip", z.ZodTypeAny, { cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }, { cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }>>, z.ZodLazy; sourceOrigin: z.ZodOptional; }, "strip", z.ZodTypeAny, { userContext?: string | undefined; sourceOrigin?: string | undefined; }, { userContext?: string | undefined; sourceOrigin?: string | undefined; }>, z.ZodLazy>>>; }, "strip", z.ZodTypeAny, { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }, { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }>>]>>]>>; }, "strip", z.ZodTypeAny, { type: "success"; id: number; result: Record | { data: string; } | { context: string; } | { contexts?: any; } | { nodes: any[]; } | { url: string; navigation: string | null; } | { data: string; } | {} | { intercept: string; } | { script: string; } | { type: "success"; realm: string; result?: any; } | { type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; } | { realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; } | { capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; } | { message: string; ready: boolean; } | { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } | { cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } | { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } | (Record & { data: string; }) | (Record & { context: string; }) | (Record & { contexts?: any; }) | (Record & { nodes: any[]; }) | (Record & { url: string; navigation: string | null; }) | (Record & { data: string; }) | (Record & {}) | (Record & { intercept: string; }) | (Record & { script: string; }) | (Record & { type: "success"; realm: string; result?: any; }) | (Record & { type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; }) | (Record & { realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; }) | (Record & { capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; }) | (Record & { message: string; ready: boolean; }) | (Record & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | (Record & { cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | (Record & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ data: string; } & Record) | ({ data: string; } & { context: string; }) | ({ data: string; } & { contexts?: any; }) | ({ data: string; } & { nodes: any[]; }) | ({ data: string; } & { url: string; navigation: string | null; }) | ({ data: string; } & { data: string; }) | ({ data: string; } & {}) | ({ data: string; } & { intercept: string; }) | ({ data: string; } & { script: string; }) | ({ data: string; } & { type: "success"; realm: string; result?: any; }) | ({ data: string; } & { type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; }) | ({ data: string; } & { realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; }) | ({ data: string; } & { capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; }) | ({ data: string; } & { message: string; ready: boolean; }) | ({ data: string; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ data: string; } & { cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ data: string; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ context: string; } & Record) | ({ context: string; } & { data: string; }) | ({ context: string; } & { contexts?: any; }) | ({ context: string; } & { nodes: any[]; }) | ({ context: string; } & { url: string; navigation: string | null; }) | ({ context: string; } & { data: string; }) | ({ context: string; } & {}) | ({ context: string; } & { intercept: string; }) | ({ context: string; } & { script: string; }) | ({ context: string; } & { type: "success"; realm: string; result?: any; }) | ({ context: string; } & { type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; }) | ({ context: string; } & { realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; }) | ({ context: string; } & { capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; }) | ({ context: string; } & { message: string; ready: boolean; }) | ({ context: string; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ context: string; } & { cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ context: string; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ contexts?: any; } & Record) | ({ contexts?: any; } & { data: string; }) | ({ contexts?: any; } & { context: string; }) | ({ contexts?: any; } & { nodes: any[]; }) | ({ contexts?: any; } & { url: string; navigation: string | null; }) | ({ contexts?: any; } & { data: string; }) | ({ contexts?: any; } & {}) | ({ contexts?: any; } & { intercept: string; }) | ({ contexts?: any; } & { script: string; }) | ({ contexts?: any; } & { type: "success"; realm: string; result?: any; }) | ({ contexts?: any; } & { type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; }) | ({ contexts?: any; } & { realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; }) | ({ contexts?: any; } & { capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; }) | ({ contexts?: any; } & { message: string; ready: boolean; }) | ({ contexts?: any; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ contexts?: any; } & { cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ contexts?: any; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ nodes: any[]; } & Record) | ({ nodes: any[]; } & { data: string; }) | ({ nodes: any[]; } & { context: string; }) | ({ nodes: any[]; } & { contexts?: any; }) | ({ nodes: any[]; } & { url: string; navigation: string | null; }) | ({ nodes: any[]; } & { data: string; }) | ({ nodes: any[]; } & {}) | ({ nodes: any[]; } & { intercept: string; }) | ({ nodes: any[]; } & { script: string; }) | ({ nodes: any[]; } & { type: "success"; realm: string; result?: any; }) | ({ nodes: any[]; } & { type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; }) | ({ nodes: any[]; } & { realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; }) | ({ nodes: any[]; } & { capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; }) | ({ nodes: any[]; } & { message: string; ready: boolean; }) | ({ nodes: any[]; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ nodes: any[]; } & { cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ nodes: any[]; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ url: string; navigation: string | null; } & Record) | ({ url: string; navigation: string | null; } & { data: string; }) | ({ url: string; navigation: string | null; } & { context: string; }) | ({ url: string; navigation: string | null; } & { contexts?: any; }) | ({ url: string; navigation: string | null; } & { nodes: any[]; }) | ({ url: string; navigation: string | null; } & { data: string; }) | ({ url: string; navigation: string | null; } & {}) | ({ url: string; navigation: string | null; } & { intercept: string; }) | ({ url: string; navigation: string | null; } & { script: string; }) | ({ url: string; navigation: string | null; } & { type: "success"; realm: string; result?: any; }) | ({ url: string; navigation: string | null; } & { type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; }) | ({ url: string; navigation: string | null; } & { realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; }) | ({ url: string; navigation: string | null; } & { capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; }) | ({ url: string; navigation: string | null; } & { message: string; ready: boolean; }) | ({ url: string; navigation: string | null; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ url: string; navigation: string | null; } & { cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ url: string; navigation: string | null; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ data: string; } & Record) | ({ data: string; } & { data: string; }) | ({ data: string; } & { context: string; }) | ({ data: string; } & { contexts?: any; }) | ({ data: string; } & { nodes: any[]; }) | ({ data: string; } & { url: string; navigation: string | null; }) | ({ data: string; } & {}) | ({ data: string; } & { intercept: string; }) | ({ data: string; } & { script: string; }) | ({ data: string; } & { type: "success"; realm: string; result?: any; }) | ({ data: string; } & { type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; }) | ({ data: string; } & { realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; }) | ({ data: string; } & { capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; }) | ({ data: string; } & { message: string; ready: boolean; }) | ({ data: string; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ data: string; } & { cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ data: string; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({} & Record) | ({} & { data: string; }) | ({} & { context: string; }) | ({} & { contexts?: any; }) | ({} & { nodes: any[]; }) | ({} & { url: string; navigation: string | null; }) | ({} & { data: string; }) | ({} & { intercept: string; }) | ({} & { script: string; }) | ({} & { type: "success"; realm: string; result?: any; }) | ({} & { type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; }) | ({} & { realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; }) | ({} & { capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; }) | ({} & { message: string; ready: boolean; }) | ({} & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({} & { cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({} & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ intercept: string; } & Record) | ({ intercept: string; } & { data: string; }) | ({ intercept: string; } & { context: string; }) | ({ intercept: string; } & { contexts?: any; }) | ({ intercept: string; } & { nodes: any[]; }) | ({ intercept: string; } & { url: string; navigation: string | null; }) | ({ intercept: string; } & { data: string; }) | ({ intercept: string; } & {}) | ({ intercept: string; } & { script: string; }) | ({ intercept: string; } & { type: "success"; realm: string; result?: any; }) | ({ intercept: string; } & { type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; }) | ({ intercept: string; } & { realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; }) | ({ intercept: string; } & { capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; }) | ({ intercept: string; } & { message: string; ready: boolean; }) | ({ intercept: string; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ intercept: string; } & { cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ intercept: string; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ script: string; } & Record) | ({ script: string; } & { data: string; }) | ({ script: string; } & { context: string; }) | ({ script: string; } & { contexts?: any; }) | ({ script: string; } & { nodes: any[]; }) | ({ script: string; } & { url: string; navigation: string | null; }) | ({ script: string; } & { data: string; }) | ({ script: string; } & {}) | ({ script: string; } & { intercept: string; }) | ({ script: string; } & { type: "success"; realm: string; result?: any; }) | ({ script: string; } & { type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; }) | ({ script: string; } & { realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; }) | ({ script: string; } & { capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; }) | ({ script: string; } & { message: string; ready: boolean; }) | ({ script: string; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ script: string; } & { cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ script: string; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ type: "success"; realm: string; result?: any; } & Record) | ({ type: "success"; realm: string; result?: any; } & { data: string; }) | ({ type: "success"; realm: string; result?: any; } & { context: string; }) | ({ type: "success"; realm: string; result?: any; } & { contexts?: any; }) | ({ type: "success"; realm: string; result?: any; } & { nodes: any[]; }) | ({ type: "success"; realm: string; result?: any; } & { url: string; navigation: string | null; }) | ({ type: "success"; realm: string; result?: any; } & { data: string; }) | ({ type: "success"; realm: string; result?: any; } & {}) | ({ type: "success"; realm: string; result?: any; } & { intercept: string; }) | ({ type: "success"; realm: string; result?: any; } & { script: string; }) | ({ type: "success"; realm: string; result?: any; } & { realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; }) | ({ type: "success"; realm: string; result?: any; } & { capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; }) | ({ type: "success"; realm: string; result?: any; } & { message: string; ready: boolean; }) | ({ type: "success"; realm: string; result?: any; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ type: "success"; realm: string; result?: any; } & { cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ type: "success"; realm: string; result?: any; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; } & Record) | ({ type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; } & { data: string; }) | ({ type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; } & { context: string; }) | ({ type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; } & { contexts?: any; }) | ({ type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; } & { nodes: any[]; }) | ({ type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; } & { url: string; navigation: string | null; }) | ({ type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; } & { data: string; }) | ({ type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; } & {}) | ({ type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; } & { intercept: string; }) | ({ type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; } & { script: string; }) | ({ type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; } & { realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; }) | ({ type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; } & { capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; }) | ({ type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; } & { message: string; ready: boolean; }) | ({ type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; } & { cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; } & Record) | ({ realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; } & { data: string; }) | ({ realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; } & { context: string; }) | ({ realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; } & { contexts?: any; }) | ({ realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; } & { nodes: any[]; }) | ({ realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; } & { url: string; navigation: string | null; }) | ({ realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; } & { data: string; }) | ({ realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; } & {}) | ({ realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; } & { intercept: string; }) | ({ realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; } & { script: string; }) | ({ realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; } & { type: "success"; realm: string; result?: any; }) | ({ realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; } & { type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; }) | ({ realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; } & { capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; }) | ({ realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; } & { message: string; ready: boolean; }) | ({ realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; } & { cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; } & Record) | ({ capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; } & { data: string; }) | ({ capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; } & { context: string; }) | ({ capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; } & { contexts?: any; }) | ({ capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; } & { nodes: any[]; }) | ({ capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; } & { url: string; navigation: string | null; }) | ({ capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; } & { data: string; }) | ({ capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; } & {}) | ({ capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; } & { intercept: string; }) | ({ capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; } & { script: string; }) | ({ capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; } & { type: "success"; realm: string; result?: any; }) | ({ capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; } & { type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; }) | ({ capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; } & { realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; }) | ({ capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; } & { message: string; ready: boolean; }) | ({ capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; } & { cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ message: string; ready: boolean; } & Record) | ({ message: string; ready: boolean; } & { data: string; }) | ({ message: string; ready: boolean; } & { context: string; }) | ({ message: string; ready: boolean; } & { contexts?: any; }) | ({ message: string; ready: boolean; } & { nodes: any[]; }) | ({ message: string; ready: boolean; } & { url: string; navigation: string | null; }) | ({ message: string; ready: boolean; } & { data: string; }) | ({ message: string; ready: boolean; } & {}) | ({ message: string; ready: boolean; } & { intercept: string; }) | ({ message: string; ready: boolean; } & { script: string; }) | ({ message: string; ready: boolean; } & { type: "success"; realm: string; result?: any; }) | ({ message: string; ready: boolean; } & { type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; }) | ({ message: string; ready: boolean; } & { realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; }) | ({ message: string; ready: boolean; } & { capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; }) | ({ message: string; ready: boolean; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ message: string; ready: boolean; } & { cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ message: string; ready: boolean; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & Record) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { data: string; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { context: string; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { contexts?: any; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { nodes: any[]; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { url: string; navigation: string | null; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { data: string; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & {}) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { intercept: string; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { script: string; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { type: "success"; realm: string; result?: any; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { message: string; ready: boolean; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & Record) | ({ cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { data: string; }) | ({ cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { context: string; }) | ({ cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { contexts?: any; }) | ({ cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { nodes: any[]; }) | ({ cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { url: string; navigation: string | null; }) | ({ cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { data: string; }) | ({ cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & {}) | ({ cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { intercept: string; }) | ({ cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { script: string; }) | ({ cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { type: "success"; realm: string; result?: any; }) | ({ cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; }) | ({ cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; }) | ({ cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; }) | ({ cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { message: string; ready: boolean; }) | ({ cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & Record) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { data: string; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { context: string; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { contexts?: any; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { nodes: any[]; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { url: string; navigation: string | null; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { data: string; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & {}) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { intercept: string; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { script: string; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { type: "success"; realm: string; result?: any; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { message: string; ready: boolean; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }); }, { type: "success"; id: number; result: Record | { data: string; } | { context: string; } | { contexts?: any; } | { nodes: any[]; } | { url: string; navigation: string | null; } | { data: string; } | {} | { intercept: string; } | { script: string; } | { type: "success"; realm: string; result?: any; } | { type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; } | { realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; } | { capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; } | { message: string; ready: boolean; } | { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } | { cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } | { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } | (Record & { data: string; }) | (Record & { context: string; }) | (Record & { contexts?: any; }) | (Record & { nodes: any[]; }) | (Record & { url: string; navigation: string | null; }) | (Record & { data: string; }) | (Record & {}) | (Record & { intercept: string; }) | (Record & { script: string; }) | (Record & { type: "success"; realm: string; result?: any; }) | (Record & { type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; }) | (Record & { realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; }) | (Record & { capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; }) | (Record & { message: string; ready: boolean; }) | (Record & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | (Record & { cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | (Record & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ data: string; } & Record) | ({ data: string; } & { context: string; }) | ({ data: string; } & { contexts?: any; }) | ({ data: string; } & { nodes: any[]; }) | ({ data: string; } & { url: string; navigation: string | null; }) | ({ data: string; } & { data: string; }) | ({ data: string; } & {}) | ({ data: string; } & { intercept: string; }) | ({ data: string; } & { script: string; }) | ({ data: string; } & { type: "success"; realm: string; result?: any; }) | ({ data: string; } & { type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; }) | ({ data: string; } & { realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; }) | ({ data: string; } & { capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; }) | ({ data: string; } & { message: string; ready: boolean; }) | ({ data: string; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ data: string; } & { cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ data: string; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ context: string; } & Record) | ({ context: string; } & { data: string; }) | ({ context: string; } & { contexts?: any; }) | ({ context: string; } & { nodes: any[]; }) | ({ context: string; } & { url: string; navigation: string | null; }) | ({ context: string; } & { data: string; }) | ({ context: string; } & {}) | ({ context: string; } & { intercept: string; }) | ({ context: string; } & { script: string; }) | ({ context: string; } & { type: "success"; realm: string; result?: any; }) | ({ context: string; } & { type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; }) | ({ context: string; } & { realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; }) | ({ context: string; } & { capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; }) | ({ context: string; } & { message: string; ready: boolean; }) | ({ context: string; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ context: string; } & { cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ context: string; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ contexts?: any; } & Record) | ({ contexts?: any; } & { data: string; }) | ({ contexts?: any; } & { context: string; }) | ({ contexts?: any; } & { nodes: any[]; }) | ({ contexts?: any; } & { url: string; navigation: string | null; }) | ({ contexts?: any; } & { data: string; }) | ({ contexts?: any; } & {}) | ({ contexts?: any; } & { intercept: string; }) | ({ contexts?: any; } & { script: string; }) | ({ contexts?: any; } & { type: "success"; realm: string; result?: any; }) | ({ contexts?: any; } & { type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; }) | ({ contexts?: any; } & { realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; }) | ({ contexts?: any; } & { capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; }) | ({ contexts?: any; } & { message: string; ready: boolean; }) | ({ contexts?: any; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ contexts?: any; } & { cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ contexts?: any; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ nodes: any[]; } & Record) | ({ nodes: any[]; } & { data: string; }) | ({ nodes: any[]; } & { context: string; }) | ({ nodes: any[]; } & { contexts?: any; }) | ({ nodes: any[]; } & { url: string; navigation: string | null; }) | ({ nodes: any[]; } & { data: string; }) | ({ nodes: any[]; } & {}) | ({ nodes: any[]; } & { intercept: string; }) | ({ nodes: any[]; } & { script: string; }) | ({ nodes: any[]; } & { type: "success"; realm: string; result?: any; }) | ({ nodes: any[]; } & { type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; }) | ({ nodes: any[]; } & { realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; }) | ({ nodes: any[]; } & { capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; }) | ({ nodes: any[]; } & { message: string; ready: boolean; }) | ({ nodes: any[]; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ nodes: any[]; } & { cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ nodes: any[]; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ url: string; navigation: string | null; } & Record) | ({ url: string; navigation: string | null; } & { data: string; }) | ({ url: string; navigation: string | null; } & { context: string; }) | ({ url: string; navigation: string | null; } & { contexts?: any; }) | ({ url: string; navigation: string | null; } & { nodes: any[]; }) | ({ url: string; navigation: string | null; } & { data: string; }) | ({ url: string; navigation: string | null; } & {}) | ({ url: string; navigation: string | null; } & { intercept: string; }) | ({ url: string; navigation: string | null; } & { script: string; }) | ({ url: string; navigation: string | null; } & { type: "success"; realm: string; result?: any; }) | ({ url: string; navigation: string | null; } & { type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; }) | ({ url: string; navigation: string | null; } & { realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; }) | ({ url: string; navigation: string | null; } & { capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; }) | ({ url: string; navigation: string | null; } & { message: string; ready: boolean; }) | ({ url: string; navigation: string | null; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ url: string; navigation: string | null; } & { cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ url: string; navigation: string | null; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ data: string; } & Record) | ({ data: string; } & { data: string; }) | ({ data: string; } & { context: string; }) | ({ data: string; } & { contexts?: any; }) | ({ data: string; } & { nodes: any[]; }) | ({ data: string; } & { url: string; navigation: string | null; }) | ({ data: string; } & {}) | ({ data: string; } & { intercept: string; }) | ({ data: string; } & { script: string; }) | ({ data: string; } & { type: "success"; realm: string; result?: any; }) | ({ data: string; } & { type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; }) | ({ data: string; } & { realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; }) | ({ data: string; } & { capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; }) | ({ data: string; } & { message: string; ready: boolean; }) | ({ data: string; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ data: string; } & { cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ data: string; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({} & Record) | ({} & { data: string; }) | ({} & { context: string; }) | ({} & { contexts?: any; }) | ({} & { nodes: any[]; }) | ({} & { url: string; navigation: string | null; }) | ({} & { data: string; }) | ({} & { intercept: string; }) | ({} & { script: string; }) | ({} & { type: "success"; realm: string; result?: any; }) | ({} & { type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; }) | ({} & { realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; }) | ({} & { capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; }) | ({} & { message: string; ready: boolean; }) | ({} & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({} & { cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({} & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ intercept: string; } & Record) | ({ intercept: string; } & { data: string; }) | ({ intercept: string; } & { context: string; }) | ({ intercept: string; } & { contexts?: any; }) | ({ intercept: string; } & { nodes: any[]; }) | ({ intercept: string; } & { url: string; navigation: string | null; }) | ({ intercept: string; } & { data: string; }) | ({ intercept: string; } & {}) | ({ intercept: string; } & { script: string; }) | ({ intercept: string; } & { type: "success"; realm: string; result?: any; }) | ({ intercept: string; } & { type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; }) | ({ intercept: string; } & { realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; }) | ({ intercept: string; } & { capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; }) | ({ intercept: string; } & { message: string; ready: boolean; }) | ({ intercept: string; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ intercept: string; } & { cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ intercept: string; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ script: string; } & Record) | ({ script: string; } & { data: string; }) | ({ script: string; } & { context: string; }) | ({ script: string; } & { contexts?: any; }) | ({ script: string; } & { nodes: any[]; }) | ({ script: string; } & { url: string; navigation: string | null; }) | ({ script: string; } & { data: string; }) | ({ script: string; } & {}) | ({ script: string; } & { intercept: string; }) | ({ script: string; } & { type: "success"; realm: string; result?: any; }) | ({ script: string; } & { type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; }) | ({ script: string; } & { realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; }) | ({ script: string; } & { capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; }) | ({ script: string; } & { message: string; ready: boolean; }) | ({ script: string; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ script: string; } & { cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ script: string; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ type: "success"; realm: string; result?: any; } & Record) | ({ type: "success"; realm: string; result?: any; } & { data: string; }) | ({ type: "success"; realm: string; result?: any; } & { context: string; }) | ({ type: "success"; realm: string; result?: any; } & { contexts?: any; }) | ({ type: "success"; realm: string; result?: any; } & { nodes: any[]; }) | ({ type: "success"; realm: string; result?: any; } & { url: string; navigation: string | null; }) | ({ type: "success"; realm: string; result?: any; } & { data: string; }) | ({ type: "success"; realm: string; result?: any; } & {}) | ({ type: "success"; realm: string; result?: any; } & { intercept: string; }) | ({ type: "success"; realm: string; result?: any; } & { script: string; }) | ({ type: "success"; realm: string; result?: any; } & { realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; }) | ({ type: "success"; realm: string; result?: any; } & { capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; }) | ({ type: "success"; realm: string; result?: any; } & { message: string; ready: boolean; }) | ({ type: "success"; realm: string; result?: any; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ type: "success"; realm: string; result?: any; } & { cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ type: "success"; realm: string; result?: any; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; } & Record) | ({ type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; } & { data: string; }) | ({ type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; } & { context: string; }) | ({ type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; } & { contexts?: any; }) | ({ type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; } & { nodes: any[]; }) | ({ type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; } & { url: string; navigation: string | null; }) | ({ type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; } & { data: string; }) | ({ type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; } & {}) | ({ type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; } & { intercept: string; }) | ({ type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; } & { script: string; }) | ({ type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; } & { realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; }) | ({ type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; } & { capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; }) | ({ type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; } & { message: string; ready: boolean; }) | ({ type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; } & { cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; } & Record) | ({ realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; } & { data: string; }) | ({ realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; } & { context: string; }) | ({ realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; } & { contexts?: any; }) | ({ realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; } & { nodes: any[]; }) | ({ realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; } & { url: string; navigation: string | null; }) | ({ realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; } & { data: string; }) | ({ realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; } & {}) | ({ realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; } & { intercept: string; }) | ({ realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; } & { script: string; }) | ({ realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; } & { type: "success"; realm: string; result?: any; }) | ({ realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; } & { type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; }) | ({ realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; } & { capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; }) | ({ realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; } & { message: string; ready: boolean; }) | ({ realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; } & { cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; } & Record) | ({ capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; } & { data: string; }) | ({ capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; } & { context: string; }) | ({ capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; } & { contexts?: any; }) | ({ capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; } & { nodes: any[]; }) | ({ capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; } & { url: string; navigation: string | null; }) | ({ capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; } & { data: string; }) | ({ capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; } & {}) | ({ capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; } & { intercept: string; }) | ({ capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; } & { script: string; }) | ({ capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; } & { type: "success"; realm: string; result?: any; }) | ({ capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; } & { type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; }) | ({ capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; } & { realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; }) | ({ capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; } & { message: string; ready: boolean; }) | ({ capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; } & { cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ message: string; ready: boolean; } & Record) | ({ message: string; ready: boolean; } & { data: string; }) | ({ message: string; ready: boolean; } & { context: string; }) | ({ message: string; ready: boolean; } & { contexts?: any; }) | ({ message: string; ready: boolean; } & { nodes: any[]; }) | ({ message: string; ready: boolean; } & { url: string; navigation: string | null; }) | ({ message: string; ready: boolean; } & { data: string; }) | ({ message: string; ready: boolean; } & {}) | ({ message: string; ready: boolean; } & { intercept: string; }) | ({ message: string; ready: boolean; } & { script: string; }) | ({ message: string; ready: boolean; } & { type: "success"; realm: string; result?: any; }) | ({ message: string; ready: boolean; } & { type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; }) | ({ message: string; ready: boolean; } & { realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; }) | ({ message: string; ready: boolean; } & { capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; }) | ({ message: string; ready: boolean; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ message: string; ready: boolean; } & { cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ message: string; ready: boolean; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & Record) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { data: string; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { context: string; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { contexts?: any; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { nodes: any[]; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { url: string; navigation: string | null; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { data: string; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & {}) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { intercept: string; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { script: string; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { type: "success"; realm: string; result?: any; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { message: string; ready: boolean; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & Record) | ({ cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { data: string; }) | ({ cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { context: string; }) | ({ cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { contexts?: any; }) | ({ cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { nodes: any[]; }) | ({ cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { url: string; navigation: string | null; }) | ({ cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { data: string; }) | ({ cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & {}) | ({ cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { intercept: string; }) | ({ cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { script: string; }) | ({ cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { type: "success"; realm: string; result?: any; }) | ({ cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; }) | ({ cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; }) | ({ cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; }) | ({ cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { message: string; ready: boolean; }) | ({ cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & Record) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { data: string; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { context: string; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { contexts?: any; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { nodes: any[]; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { url: string; navigation: string | null; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { data: string; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & {}) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { intercept: string; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { script: string; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { type: "success"; realm: string; result?: any; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { message: string; ready: boolean; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }) | ({ partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; } & { cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }); }>, z.ZodLazy>>>, z.ZodLazy; id: z.ZodUnion<[z.ZodNumber, z.ZodNull]>; error: z.ZodLazy>; message: z.ZodString; stacktrace: z.ZodOptional; }, "strip", z.ZodTypeAny, { message: string; type: "error"; error: "invalid argument" | "invalid selector" | "invalid session id" | "move target out of bounds" | "no such alert" | "no such element" | "no such frame" | "no such handle" | "no such history entry" | "no such intercept" | "no such node" | "no such request" | "no such script" | "no such storage partition" | "no such user context" | "session not created" | "unable to capture screen" | "unable to close browser" | "unable to set cookie" | "unable to set file input" | "underspecified storage partition" | "unknown command" | "unknown error" | "unsupported operation"; id: number | null; stacktrace?: string | undefined; }, { message: string; type: "error"; error: "invalid argument" | "invalid selector" | "invalid session id" | "move target out of bounds" | "no such alert" | "no such element" | "no such frame" | "no such handle" | "no such history entry" | "no such intercept" | "no such node" | "no such request" | "no such script" | "no such storage partition" | "no such user context" | "session not created" | "unable to capture screen" | "unable to close browser" | "unable to set cookie" | "unable to set file input" | "underspecified storage partition" | "unknown command" | "unknown error" | "unsupported operation"; id: number | null; stacktrace?: string | undefined; }>, z.ZodLazy>>>, z.ZodLazy; }, "strip", z.ZodTypeAny, { type: "event"; }, { type: "event"; }>, z.ZodLazy; params: any; }, "strip", z.ZodTypeAny, { method: "browsingContext.contextCreated"; params?: any; }, { method: "browsingContext.contextCreated"; params?: any; }>>, z.ZodLazy; params: any; }, "strip", z.ZodTypeAny, { method: "browsingContext.contextDestroyed"; params?: any; }, { method: "browsingContext.contextDestroyed"; params?: any; }>>, z.ZodLazy; params: z.ZodLazy; navigation: z.ZodUnion<[z.ZodLazy, z.ZodNull]>; timestamp: z.ZodNumber; url: z.ZodString; }, "strip", z.ZodTypeAny, { url: string; navigation: string | null; context: string; timestamp: number; }, { url: string; navigation: string | null; context: string; timestamp: number; }>>; }, "strip", z.ZodTypeAny, { params: { url: string; navigation: string | null; context: string; timestamp: number; }; method: "browsingContext.domContentLoaded"; }, { params: { url: string; navigation: string | null; context: string; timestamp: number; }; method: "browsingContext.domContentLoaded"; }>>, z.ZodLazy; params: z.ZodLazy; navigation: z.ZodUnion<[z.ZodLazy, z.ZodNull]>; timestamp: z.ZodNumber; url: z.ZodString; }, "strip", z.ZodTypeAny, { url: string; navigation: string | null; context: string; timestamp: number; }, { url: string; navigation: string | null; context: string; timestamp: number; }>>; }, "strip", z.ZodTypeAny, { params: { url: string; navigation: string | null; context: string; timestamp: number; }; method: "browsingContext.downloadWillBegin"; }, { params: { url: string; navigation: string | null; context: string; timestamp: number; }; method: "browsingContext.downloadWillBegin"; }>>, z.ZodLazy; params: z.ZodLazy; navigation: z.ZodUnion<[z.ZodLazy, z.ZodNull]>; timestamp: z.ZodNumber; url: z.ZodString; }, "strip", z.ZodTypeAny, { url: string; navigation: string | null; context: string; timestamp: number; }, { url: string; navigation: string | null; context: string; timestamp: number; }>>; }, "strip", z.ZodTypeAny, { params: { url: string; navigation: string | null; context: string; timestamp: number; }; method: "browsingContext.fragmentNavigated"; }, { params: { url: string; navigation: string | null; context: string; timestamp: number; }; method: "browsingContext.fragmentNavigated"; }>>, z.ZodLazy; params: z.ZodLazy; navigation: z.ZodUnion<[z.ZodLazy, z.ZodNull]>; timestamp: z.ZodNumber; url: z.ZodString; }, "strip", z.ZodTypeAny, { url: string; navigation: string | null; context: string; timestamp: number; }, { url: string; navigation: string | null; context: string; timestamp: number; }>>; }, "strip", z.ZodTypeAny, { params: { url: string; navigation: string | null; context: string; timestamp: number; }; method: "browsingContext.load"; }, { params: { url: string; navigation: string | null; context: string; timestamp: number; }; method: "browsingContext.load"; }>>, z.ZodLazy; params: z.ZodLazy; navigation: z.ZodUnion<[z.ZodLazy, z.ZodNull]>; timestamp: z.ZodNumber; url: z.ZodString; }, "strip", z.ZodTypeAny, { url: string; navigation: string | null; context: string; timestamp: number; }, { url: string; navigation: string | null; context: string; timestamp: number; }>>; }, "strip", z.ZodTypeAny, { params: { url: string; navigation: string | null; context: string; timestamp: number; }; method: "browsingContext.navigationAborted"; }, { params: { url: string; navigation: string | null; context: string; timestamp: number; }; method: "browsingContext.navigationAborted"; }>>, z.ZodLazy; params: z.ZodLazy; navigation: z.ZodUnion<[z.ZodLazy, z.ZodNull]>; timestamp: z.ZodNumber; url: z.ZodString; }, "strip", z.ZodTypeAny, { url: string; navigation: string | null; context: string; timestamp: number; }, { url: string; navigation: string | null; context: string; timestamp: number; }>>; }, "strip", z.ZodTypeAny, { params: { url: string; navigation: string | null; context: string; timestamp: number; }; method: "browsingContext.navigationFailed"; }, { params: { url: string; navigation: string | null; context: string; timestamp: number; }; method: "browsingContext.navigationFailed"; }>>, z.ZodLazy; params: z.ZodLazy; navigation: z.ZodUnion<[z.ZodLazy, z.ZodNull]>; timestamp: z.ZodNumber; url: z.ZodString; }, "strip", z.ZodTypeAny, { url: string; navigation: string | null; context: string; timestamp: number; }, { url: string; navigation: string | null; context: string; timestamp: number; }>>; }, "strip", z.ZodTypeAny, { params: { url: string; navigation: string | null; context: string; timestamp: number; }; method: "browsingContext.navigationStarted"; }, { params: { url: string; navigation: string | null; context: string; timestamp: number; }; method: "browsingContext.navigationStarted"; }>>, z.ZodLazy; params: z.ZodLazy; accepted: z.ZodBoolean; userText: z.ZodOptional; }, "strip", z.ZodTypeAny, { context: string; accepted: boolean; userText?: string | undefined; }, { context: string; accepted: boolean; userText?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { context: string; accepted: boolean; userText?: string | undefined; }; method: "browsingContext.userPromptClosed"; }, { params: { context: string; accepted: boolean; userText?: string | undefined; }; method: "browsingContext.userPromptClosed"; }>>, z.ZodLazy; params: z.ZodLazy; type: z.ZodEnum<["alert", "confirm", "prompt", "beforeunload"]>; message: z.ZodString; defaultValue: z.ZodOptional; }, "strip", z.ZodTypeAny, { message: string; type: "prompt" | "alert" | "confirm" | "beforeunload"; context: string; defaultValue?: string | undefined; }, { message: string; type: "prompt" | "alert" | "confirm" | "beforeunload"; context: string; defaultValue?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { message: string; type: "prompt" | "alert" | "confirm" | "beforeunload"; context: string; defaultValue?: string | undefined; }; method: "browsingContext.userPromptOpened"; }, { params: { message: string; type: "prompt" | "alert" | "confirm" | "beforeunload"; context: string; defaultValue?: string | undefined; }; method: "browsingContext.userPromptOpened"; }>>]>>, z.ZodLazy; params: z.ZodLazy>; source: z.ZodLazy; context: z.ZodOptional>; }, "strip", z.ZodTypeAny, { realm: string; context?: string | undefined; }, { realm: string; context?: string | undefined; }>>; text: z.ZodUnion<[z.ZodString, z.ZodNull]>; timestamp: z.ZodNumber; stackTrace: z.ZodOptional>, "many">; }, "strip", z.ZodTypeAny, { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }, { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }>>>; }, "strip", z.ZodTypeAny, { level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; }, { level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; }>>, z.ZodObject<{ type: z.ZodString; }, "strip", z.ZodTypeAny, { type: string; }, { type: string; }>>>, z.ZodLazy>; source: z.ZodLazy; context: z.ZodOptional>; }, "strip", z.ZodTypeAny, { realm: string; context?: string | undefined; }, { realm: string; context?: string | undefined; }>>; text: z.ZodUnion<[z.ZodString, z.ZodNull]>; timestamp: z.ZodNumber; stackTrace: z.ZodOptional>, "many">; }, "strip", z.ZodTypeAny, { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }, { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }>>>; }, "strip", z.ZodTypeAny, { level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; }, { level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; }>>, z.ZodObject<{ type: z.ZodLiteral<"console">; method: z.ZodString; args: z.ZodArray; }, "strip", z.ZodTypeAny, { type: "console"; args: any[]; method: string; }, { type: "console"; args: any[]; method: string; }>>>, z.ZodLazy>; source: z.ZodLazy; context: z.ZodOptional>; }, "strip", z.ZodTypeAny, { realm: string; context?: string | undefined; }, { realm: string; context?: string | undefined; }>>; text: z.ZodUnion<[z.ZodString, z.ZodNull]>; timestamp: z.ZodNumber; stackTrace: z.ZodOptional>, "many">; }, "strip", z.ZodTypeAny, { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }, { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }>>>; }, "strip", z.ZodTypeAny, { level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; }, { level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; }>>, z.ZodObject<{ type: z.ZodLiteral<"javascript">; }, "strip", z.ZodTypeAny, { type: "javascript"; }, { type: "javascript"; }>>>]>>; }, "strip", z.ZodTypeAny, { params: ({ level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; } & { type: string; }) | ({ level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; } & { type: "console"; args: any[]; method: string; }) | ({ level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; } & { type: "javascript"; }) | ({ level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; } & { type: string; } & { type: "console"; args: any[]; method: string; }) | ({ level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; } & { type: string; } & { type: "javascript"; }) | ({ level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; } & { type: "console"; args: any[]; method: string; } & { type: string; }) | ({ level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; } & { type: "javascript"; } & { type: string; }); method: "log.entryAdded"; }, { params: ({ level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; } & { type: string; }) | ({ level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; } & { type: "console"; args: any[]; method: string; }) | ({ level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; } & { type: "javascript"; }) | ({ level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; } & { type: string; } & { type: "console"; args: any[]; method: string; }) | ({ level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; } & { type: string; } & { type: "javascript"; }) | ({ level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; } & { type: "console"; args: any[]; method: string; } & { type: string; }) | ({ level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; } & { type: "javascript"; } & { type: string; }); method: "log.entryAdded"; }>>>, z.ZodLazy; params: z.ZodLazy, z.ZodNull]>; isBlocked: z.ZodBoolean; navigation: z.ZodUnion<[z.ZodLazy, z.ZodNull]>; redirectCount: z.ZodNumber; request: z.ZodLazy; url: z.ZodString; method: z.ZodString; headers: z.ZodArray; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; }, "strip", z.ZodTypeAny, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }>>, "many">; cookies: z.ZodArray; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; domain: z.ZodString; path: z.ZodString; size: z.ZodNumber; httpOnly: z.ZodBoolean; secure: z.ZodBoolean; sameSite: z.ZodLazy>; expiry: z.ZodOptional; }, "strip", z.ZodTypeAny, { path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; }, { path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; }>, z.ZodLazy>>>, "many">; headersSize: z.ZodNumber; bodySize: z.ZodUnion<[z.ZodNumber, z.ZodNull]>; timings: z.ZodLazy>; }, "strip", z.ZodTypeAny, { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }, { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }>>; timestamp: z.ZodNumber; intercepts: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; }, { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; }>>, z.ZodObject<{ response: z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; }, "strip", z.ZodTypeAny, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }>>, "many">; mimeType: z.ZodString; bytesReceived: z.ZodNumber; headersSize: z.ZodUnion<[z.ZodNumber, z.ZodNull]>; bodySize: z.ZodUnion<[z.ZodNumber, z.ZodNull]>; content: z.ZodLazy>; authChallenges: z.ZodOptional>, "many">>; }, "strip", z.ZodTypeAny, { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }, { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }>>; }, "strip", z.ZodTypeAny, { response: { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }; }, { response: { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }; }>>>; }, "strip", z.ZodTypeAny, { params: { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; } & { response: { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }; }; method: "network.authRequired"; }, { params: { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; } & { response: { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }; }; method: "network.authRequired"; }>>, z.ZodLazy; params: z.ZodLazy, z.ZodNull]>; isBlocked: z.ZodBoolean; navigation: z.ZodUnion<[z.ZodLazy, z.ZodNull]>; redirectCount: z.ZodNumber; request: z.ZodLazy; url: z.ZodString; method: z.ZodString; headers: z.ZodArray; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; }, "strip", z.ZodTypeAny, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }>>, "many">; cookies: z.ZodArray; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; domain: z.ZodString; path: z.ZodString; size: z.ZodNumber; httpOnly: z.ZodBoolean; secure: z.ZodBoolean; sameSite: z.ZodLazy>; expiry: z.ZodOptional; }, "strip", z.ZodTypeAny, { path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; }, { path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; }>, z.ZodLazy>>>, "many">; headersSize: z.ZodNumber; bodySize: z.ZodUnion<[z.ZodNumber, z.ZodNull]>; timings: z.ZodLazy>; }, "strip", z.ZodTypeAny, { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }, { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }>>; timestamp: z.ZodNumber; intercepts: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; }, { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; }>>, z.ZodObject<{ initiator: z.ZodLazy; columnNumber: z.ZodOptional; lineNumber: z.ZodOptional; stackTrace: z.ZodOptional>, "many">; }, "strip", z.ZodTypeAny, { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }, { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }>>>; request: z.ZodOptional>; }, "strip", z.ZodTypeAny, { type: "other" | "script" | "parser" | "preflight"; columnNumber?: number | undefined; lineNumber?: number | undefined; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; request?: string | undefined; }, { type: "other" | "script" | "parser" | "preflight"; columnNumber?: number | undefined; lineNumber?: number | undefined; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; request?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { initiator: { type: "other" | "script" | "parser" | "preflight"; columnNumber?: number | undefined; lineNumber?: number | undefined; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; request?: string | undefined; }; }, { initiator: { type: "other" | "script" | "parser" | "preflight"; columnNumber?: number | undefined; lineNumber?: number | undefined; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; request?: string | undefined; }; }>>>; }, "strip", z.ZodTypeAny, { params: { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; } & { initiator: { type: "other" | "script" | "parser" | "preflight"; columnNumber?: number | undefined; lineNumber?: number | undefined; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; request?: string | undefined; }; }; method: "network.beforeRequestSent"; }, { params: { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; } & { initiator: { type: "other" | "script" | "parser" | "preflight"; columnNumber?: number | undefined; lineNumber?: number | undefined; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; request?: string | undefined; }; }; method: "network.beforeRequestSent"; }>>, z.ZodLazy; params: z.ZodLazy, z.ZodNull]>; isBlocked: z.ZodBoolean; navigation: z.ZodUnion<[z.ZodLazy, z.ZodNull]>; redirectCount: z.ZodNumber; request: z.ZodLazy; url: z.ZodString; method: z.ZodString; headers: z.ZodArray; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; }, "strip", z.ZodTypeAny, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }>>, "many">; cookies: z.ZodArray; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; domain: z.ZodString; path: z.ZodString; size: z.ZodNumber; httpOnly: z.ZodBoolean; secure: z.ZodBoolean; sameSite: z.ZodLazy>; expiry: z.ZodOptional; }, "strip", z.ZodTypeAny, { path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; }, { path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; }>, z.ZodLazy>>>, "many">; headersSize: z.ZodNumber; bodySize: z.ZodUnion<[z.ZodNumber, z.ZodNull]>; timings: z.ZodLazy>; }, "strip", z.ZodTypeAny, { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }, { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }>>; timestamp: z.ZodNumber; intercepts: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; }, { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; }>>, z.ZodObject<{ errorText: z.ZodString; }, "strip", z.ZodTypeAny, { errorText: string; }, { errorText: string; }>>>; }, "strip", z.ZodTypeAny, { params: { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; } & { errorText: string; }; method: "network.fetchError"; }, { params: { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; } & { errorText: string; }; method: "network.fetchError"; }>>, z.ZodLazy; params: z.ZodLazy, z.ZodNull]>; isBlocked: z.ZodBoolean; navigation: z.ZodUnion<[z.ZodLazy, z.ZodNull]>; redirectCount: z.ZodNumber; request: z.ZodLazy; url: z.ZodString; method: z.ZodString; headers: z.ZodArray; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; }, "strip", z.ZodTypeAny, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }>>, "many">; cookies: z.ZodArray; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; domain: z.ZodString; path: z.ZodString; size: z.ZodNumber; httpOnly: z.ZodBoolean; secure: z.ZodBoolean; sameSite: z.ZodLazy>; expiry: z.ZodOptional; }, "strip", z.ZodTypeAny, { path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; }, { path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; }>, z.ZodLazy>>>, "many">; headersSize: z.ZodNumber; bodySize: z.ZodUnion<[z.ZodNumber, z.ZodNull]>; timings: z.ZodLazy>; }, "strip", z.ZodTypeAny, { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }, { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }>>; timestamp: z.ZodNumber; intercepts: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; }, { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; }>>, z.ZodObject<{ response: z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; }, "strip", z.ZodTypeAny, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }>>, "many">; mimeType: z.ZodString; bytesReceived: z.ZodNumber; headersSize: z.ZodUnion<[z.ZodNumber, z.ZodNull]>; bodySize: z.ZodUnion<[z.ZodNumber, z.ZodNull]>; content: z.ZodLazy>; authChallenges: z.ZodOptional>, "many">>; }, "strip", z.ZodTypeAny, { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }, { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }>>; }, "strip", z.ZodTypeAny, { response: { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }; }, { response: { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }; }>>>; }, "strip", z.ZodTypeAny, { params: { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; } & { response: { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }; }; method: "network.responseCompleted"; }, { params: { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; } & { response: { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }; }; method: "network.responseCompleted"; }>>, z.ZodLazy; params: z.ZodLazy, z.ZodNull]>; isBlocked: z.ZodBoolean; navigation: z.ZodUnion<[z.ZodLazy, z.ZodNull]>; redirectCount: z.ZodNumber; request: z.ZodLazy; url: z.ZodString; method: z.ZodString; headers: z.ZodArray; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; }, "strip", z.ZodTypeAny, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }>>, "many">; cookies: z.ZodArray; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; domain: z.ZodString; path: z.ZodString; size: z.ZodNumber; httpOnly: z.ZodBoolean; secure: z.ZodBoolean; sameSite: z.ZodLazy>; expiry: z.ZodOptional; }, "strip", z.ZodTypeAny, { path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; }, { path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; }>, z.ZodLazy>>>, "many">; headersSize: z.ZodNumber; bodySize: z.ZodUnion<[z.ZodNumber, z.ZodNull]>; timings: z.ZodLazy>; }, "strip", z.ZodTypeAny, { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }, { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }>>; timestamp: z.ZodNumber; intercepts: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; }, { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; }>>, z.ZodObject<{ response: z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; }, "strip", z.ZodTypeAny, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }>>, "many">; mimeType: z.ZodString; bytesReceived: z.ZodNumber; headersSize: z.ZodUnion<[z.ZodNumber, z.ZodNull]>; bodySize: z.ZodUnion<[z.ZodNumber, z.ZodNull]>; content: z.ZodLazy>; authChallenges: z.ZodOptional>, "many">>; }, "strip", z.ZodTypeAny, { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }, { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }>>; }, "strip", z.ZodTypeAny, { response: { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }; }, { response: { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }; }>>>; }, "strip", z.ZodTypeAny, { params: { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; } & { response: { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }; }; method: "network.responseStarted"; }, { params: { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; } & { response: { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }; }; method: "network.responseStarted"; }>>]>>, z.ZodLazy; params: z.ZodLazy; data: any; source: z.ZodLazy; context: z.ZodOptional>; }, "strip", z.ZodTypeAny, { realm: string; context?: string | undefined; }, { realm: string; context?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { channel: string; source: { realm: string; context?: string | undefined; }; data?: any; }, { channel: string; source: { realm: string; context?: string | undefined; }; data?: any; }>>; }, "strip", z.ZodTypeAny, { params: { channel: string; source: { realm: string; context?: string | undefined; }; data?: any; }; method: "script.message"; }, { params: { channel: string; source: { realm: string; context?: string | undefined; }; data?: any; }; method: "script.message"; }>>, z.ZodLazy; params: z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>, z.ZodObject<{ type: z.ZodLiteral<"window">; context: z.ZodLazy; sandbox: z.ZodOptional; }, "strip", z.ZodTypeAny, { type: "window"; context: string; sandbox?: string | undefined; }, { type: "window"; context: string; sandbox?: string | undefined; }>>>, z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>, z.ZodObject<{ type: z.ZodLiteral<"dedicated-worker">; owners: z.ZodTuple<[z.ZodLazy], null>; }, "strip", z.ZodTypeAny, { type: "dedicated-worker"; owners: [string]; }, { type: "dedicated-worker"; owners: [string]; }>>>, z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>, z.ZodObject<{ type: z.ZodLiteral<"shared-worker">; }, "strip", z.ZodTypeAny, { type: "shared-worker"; }, { type: "shared-worker"; }>>>, z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>, z.ZodObject<{ type: z.ZodLiteral<"service-worker">; }, "strip", z.ZodTypeAny, { type: "service-worker"; }, { type: "service-worker"; }>>>, z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>, z.ZodObject<{ type: z.ZodLiteral<"worker">; }, "strip", z.ZodTypeAny, { type: "worker"; }, { type: "worker"; }>>>, z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>, z.ZodObject<{ type: z.ZodLiteral<"paint-worklet">; }, "strip", z.ZodTypeAny, { type: "paint-worklet"; }, { type: "paint-worklet"; }>>>, z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>, z.ZodObject<{ type: z.ZodLiteral<"audio-worklet">; }, "strip", z.ZodTypeAny, { type: "audio-worklet"; }, { type: "audio-worklet"; }>>>, z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>, z.ZodObject<{ type: z.ZodLiteral<"worklet">; }, "strip", z.ZodTypeAny, { type: "worklet"; }, { type: "worklet"; }>>>]>>; }, "strip", z.ZodTypeAny, { params: ({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }); method: "script.realmCreated"; }, { params: ({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }); method: "script.realmCreated"; }>>, z.ZodLazy; params: z.ZodLazy; }, "strip", z.ZodTypeAny, { realm: string; }, { realm: string; }>>; }, "strip", z.ZodTypeAny, { params: { realm: string; }; method: "script.realmDestroyed"; }, { params: { realm: string; }; method: "script.realmDestroyed"; }>>]>>]>>>, z.ZodLazy>>>]>>; export declare const ErrorResponseSchema: z.ZodLazy; id: z.ZodUnion<[z.ZodNumber, z.ZodNull]>; error: z.ZodLazy>; message: z.ZodString; stacktrace: z.ZodOptional; }, "strip", z.ZodTypeAny, { message: string; type: "error"; error: "invalid argument" | "invalid selector" | "invalid session id" | "move target out of bounds" | "no such alert" | "no such element" | "no such frame" | "no such handle" | "no such history entry" | "no such intercept" | "no such node" | "no such request" | "no such script" | "no such storage partition" | "no such user context" | "session not created" | "unable to capture screen" | "unable to close browser" | "unable to set cookie" | "unable to set file input" | "underspecified storage partition" | "unknown command" | "unknown error" | "unsupported operation"; id: number | null; stacktrace?: string | undefined; }, { message: string; type: "error"; error: "invalid argument" | "invalid selector" | "invalid session id" | "move target out of bounds" | "no such alert" | "no such element" | "no such frame" | "no such handle" | "no such history entry" | "no such intercept" | "no such node" | "no such request" | "no such script" | "no such storage partition" | "no such user context" | "session not created" | "unable to capture screen" | "unable to close browser" | "unable to set cookie" | "unable to set file input" | "underspecified storage partition" | "unknown command" | "unknown error" | "unsupported operation"; id: number | null; stacktrace?: string | undefined; }>, z.ZodLazy>>>; export declare const EmptyResultSchema: z.ZodLazy>>; export declare const ExtensibleSchema: z.ZodLazy>; export declare const JsIntSchema: z.ZodNumber; export declare const JsUintSchema: z.ZodNumber; export declare const ErrorCodeSchema: z.ZodLazy>; export declare const SessionCommandSchema: z.ZodLazy; params: z.ZodLazy>>; }, "strip", z.ZodTypeAny, { params: Record; method: "session.end"; }, { params: Record; method: "session.end"; }>>, z.ZodLazy; params: z.ZodLazy; browserName: z.ZodOptional; browserVersion: z.ZodOptional; platformName: z.ZodOptional; proxy: z.ZodOptional; }, "strip", z.ZodTypeAny, { proxyType: "autodetect"; }, { proxyType: "autodetect"; }>, z.ZodLazy>>>, z.ZodLazy; }, "strip", z.ZodTypeAny, { proxyType: "direct"; }, { proxyType: "direct"; }>, z.ZodLazy>>>, z.ZodLazy; ftpProxy: z.ZodOptional; httpProxy: z.ZodOptional; sslProxy: z.ZodOptional; }, "strip", z.ZodTypeAny, { proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; }, { proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; }>, z.ZodUnion<[z.ZodLazy>, z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>]>>, z.ZodObject<{ noProxy: z.ZodOptional>; }, "strip", z.ZodTypeAny, { noProxy?: string[] | undefined; }, { noProxy?: string[] | undefined; }>>, z.ZodLazy>>>, z.ZodLazy; proxyAutoconfigUrl: z.ZodString; }, "strip", z.ZodTypeAny, { proxyType: "pac"; proxyAutoconfigUrl: string; }, { proxyType: "pac"; proxyAutoconfigUrl: string; }>, z.ZodLazy>>>, z.ZodLazy; }, "strip", z.ZodTypeAny, { proxyType: "system"; }, { proxyType: "system"; }>, z.ZodLazy>>>, z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>]>>>; webSocketUrl: z.ZodOptional; }, "strip", z.ZodTypeAny, { acceptInsecureCerts?: boolean | undefined; browserName?: string | undefined; browserVersion?: string | undefined; platformName?: string | undefined; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: boolean | undefined; }, { acceptInsecureCerts?: boolean | undefined; browserName?: string | undefined; browserVersion?: string | undefined; platformName?: string | undefined; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: boolean | undefined; }>, z.ZodLazy>>>>; firstMatch: z.ZodOptional; browserName: z.ZodOptional; browserVersion: z.ZodOptional; platformName: z.ZodOptional; proxy: z.ZodOptional; }, "strip", z.ZodTypeAny, { proxyType: "autodetect"; }, { proxyType: "autodetect"; }>, z.ZodLazy>>>, z.ZodLazy; }, "strip", z.ZodTypeAny, { proxyType: "direct"; }, { proxyType: "direct"; }>, z.ZodLazy>>>, z.ZodLazy; ftpProxy: z.ZodOptional; httpProxy: z.ZodOptional; sslProxy: z.ZodOptional; }, "strip", z.ZodTypeAny, { proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; }, { proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; }>, z.ZodUnion<[z.ZodLazy>, z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>]>>, z.ZodObject<{ noProxy: z.ZodOptional>; }, "strip", z.ZodTypeAny, { noProxy?: string[] | undefined; }, { noProxy?: string[] | undefined; }>>, z.ZodLazy>>>, z.ZodLazy; proxyAutoconfigUrl: z.ZodString; }, "strip", z.ZodTypeAny, { proxyType: "pac"; proxyAutoconfigUrl: string; }, { proxyType: "pac"; proxyAutoconfigUrl: string; }>, z.ZodLazy>>>, z.ZodLazy; }, "strip", z.ZodTypeAny, { proxyType: "system"; }, { proxyType: "system"; }>, z.ZodLazy>>>, z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>]>>>; webSocketUrl: z.ZodOptional; }, "strip", z.ZodTypeAny, { acceptInsecureCerts?: boolean | undefined; browserName?: string | undefined; browserVersion?: string | undefined; platformName?: string | undefined; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: boolean | undefined; }, { acceptInsecureCerts?: boolean | undefined; browserName?: string | undefined; browserVersion?: string | undefined; platformName?: string | undefined; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: boolean | undefined; }>, z.ZodLazy>>>, "many">>; }, "strip", z.ZodTypeAny, { alwaysMatch?: ({ acceptInsecureCerts?: boolean | undefined; browserName?: string | undefined; browserVersion?: string | undefined; platformName?: string | undefined; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: boolean | undefined; } & Record) | undefined; firstMatch?: ({ acceptInsecureCerts?: boolean | undefined; browserName?: string | undefined; browserVersion?: string | undefined; platformName?: string | undefined; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: boolean | undefined; } & Record)[] | undefined; }, { alwaysMatch?: ({ acceptInsecureCerts?: boolean | undefined; browserName?: string | undefined; browserVersion?: string | undefined; platformName?: string | undefined; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: boolean | undefined; } & Record) | undefined; firstMatch?: ({ acceptInsecureCerts?: boolean | undefined; browserName?: string | undefined; browserVersion?: string | undefined; platformName?: string | undefined; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: boolean | undefined; } & Record)[] | undefined; }>>; }, "strip", z.ZodTypeAny, { capabilities: { alwaysMatch?: ({ acceptInsecureCerts?: boolean | undefined; browserName?: string | undefined; browserVersion?: string | undefined; platformName?: string | undefined; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: boolean | undefined; } & Record) | undefined; firstMatch?: ({ acceptInsecureCerts?: boolean | undefined; browserName?: string | undefined; browserVersion?: string | undefined; platformName?: string | undefined; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: boolean | undefined; } & Record)[] | undefined; }; }, { capabilities: { alwaysMatch?: ({ acceptInsecureCerts?: boolean | undefined; browserName?: string | undefined; browserVersion?: string | undefined; platformName?: string | undefined; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: boolean | undefined; } & Record) | undefined; firstMatch?: ({ acceptInsecureCerts?: boolean | undefined; browserName?: string | undefined; browserVersion?: string | undefined; platformName?: string | undefined; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: boolean | undefined; } & Record)[] | undefined; }; }>>; }, "strip", z.ZodTypeAny, { params: { capabilities: { alwaysMatch?: ({ acceptInsecureCerts?: boolean | undefined; browserName?: string | undefined; browserVersion?: string | undefined; platformName?: string | undefined; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: boolean | undefined; } & Record) | undefined; firstMatch?: ({ acceptInsecureCerts?: boolean | undefined; browserName?: string | undefined; browserVersion?: string | undefined; platformName?: string | undefined; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: boolean | undefined; } & Record)[] | undefined; }; }; method: "session.new"; }, { params: { capabilities: { alwaysMatch?: ({ acceptInsecureCerts?: boolean | undefined; browserName?: string | undefined; browserVersion?: string | undefined; platformName?: string | undefined; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: boolean | undefined; } & Record) | undefined; firstMatch?: ({ acceptInsecureCerts?: boolean | undefined; browserName?: string | undefined; browserVersion?: string | undefined; platformName?: string | undefined; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: boolean | undefined; } & Record)[] | undefined; }; }; method: "session.new"; }>>, z.ZodLazy; params: z.ZodLazy>>; }, "strip", z.ZodTypeAny, { params: Record; method: "session.status"; }, { params: Record; method: "session.status"; }>>, z.ZodLazy; params: z.ZodLazy; contexts: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { events: string[]; contexts?: string[] | undefined; }, { events: string[]; contexts?: string[] | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { events: string[]; contexts?: string[] | undefined; }; method: "session.subscribe"; }, { params: { events: string[]; contexts?: string[] | undefined; }; method: "session.subscribe"; }>>, z.ZodLazy; params: z.ZodLazy; contexts: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { events: string[]; contexts?: string[] | undefined; }, { events: string[]; contexts?: string[] | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { events: string[]; contexts?: string[] | undefined; }; method: "session.unsubscribe"; }, { params: { events: string[]; contexts?: string[] | undefined; }; method: "session.unsubscribe"; }>>]>>; export declare namespace Session { const ProxyConfigurationSchema: z.ZodLazy; }, "strip", z.ZodTypeAny, { proxyType: "autodetect"; }, { proxyType: "autodetect"; }>, z.ZodLazy>>>, z.ZodLazy; }, "strip", z.ZodTypeAny, { proxyType: "direct"; }, { proxyType: "direct"; }>, z.ZodLazy>>>, z.ZodLazy; ftpProxy: z.ZodOptional; httpProxy: z.ZodOptional; sslProxy: z.ZodOptional; }, "strip", z.ZodTypeAny, { proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; }, { proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; }>, z.ZodUnion<[z.ZodLazy>, z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>]>>, z.ZodObject<{ noProxy: z.ZodOptional>; }, "strip", z.ZodTypeAny, { noProxy?: string[] | undefined; }, { noProxy?: string[] | undefined; }>>, z.ZodLazy>>>, z.ZodLazy; proxyAutoconfigUrl: z.ZodString; }, "strip", z.ZodTypeAny, { proxyType: "pac"; proxyAutoconfigUrl: string; }, { proxyType: "pac"; proxyAutoconfigUrl: string; }>, z.ZodLazy>>>, z.ZodLazy; }, "strip", z.ZodTypeAny, { proxyType: "system"; }, { proxyType: "system"; }>, z.ZodLazy>>>, z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>]>>; } export declare const SessionResultSchema: z.ZodLazy; }, "strip", z.ZodTypeAny, { proxyType: "autodetect"; }, { proxyType: "autodetect"; }>, z.ZodLazy>>>, z.ZodLazy; }, "strip", z.ZodTypeAny, { proxyType: "direct"; }, { proxyType: "direct"; }>, z.ZodLazy>>>, z.ZodLazy; ftpProxy: z.ZodOptional; httpProxy: z.ZodOptional; sslProxy: z.ZodOptional; }, "strip", z.ZodTypeAny, { proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; }, { proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; }>, z.ZodUnion<[z.ZodLazy>, z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>]>>, z.ZodObject<{ noProxy: z.ZodOptional>; }, "strip", z.ZodTypeAny, { noProxy?: string[] | undefined; }, { noProxy?: string[] | undefined; }>>, z.ZodLazy>>>, z.ZodLazy; proxyAutoconfigUrl: z.ZodString; }, "strip", z.ZodTypeAny, { proxyType: "pac"; proxyAutoconfigUrl: string; }, { proxyType: "pac"; proxyAutoconfigUrl: string; }>, z.ZodLazy>>>, z.ZodLazy; }, "strip", z.ZodTypeAny, { proxyType: "system"; }, { proxyType: "system"; }>, z.ZodLazy>>>, z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>]>>>; webSocketUrl: z.ZodOptional; }, "strip", z.ZodTypeAny, { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; }, { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; }>, z.ZodLazy>>; }, "strip", z.ZodTypeAny, { capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; }, { capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; }>>, z.ZodLazy>]>>; export declare namespace Session { const CapabilitiesRequestSchema: z.ZodLazy; browserName: z.ZodOptional; browserVersion: z.ZodOptional; platformName: z.ZodOptional; proxy: z.ZodOptional; }, "strip", z.ZodTypeAny, { proxyType: "autodetect"; }, { proxyType: "autodetect"; }>, z.ZodLazy>>>, z.ZodLazy; }, "strip", z.ZodTypeAny, { proxyType: "direct"; }, { proxyType: "direct"; }>, z.ZodLazy>>>, z.ZodLazy; ftpProxy: z.ZodOptional; httpProxy: z.ZodOptional; sslProxy: z.ZodOptional; }, "strip", z.ZodTypeAny, { proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; }, { proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; }>, z.ZodUnion<[z.ZodLazy>, z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>]>>, z.ZodObject<{ noProxy: z.ZodOptional>; }, "strip", z.ZodTypeAny, { noProxy?: string[] | undefined; }, { noProxy?: string[] | undefined; }>>, z.ZodLazy>>>, z.ZodLazy; proxyAutoconfigUrl: z.ZodString; }, "strip", z.ZodTypeAny, { proxyType: "pac"; proxyAutoconfigUrl: string; }, { proxyType: "pac"; proxyAutoconfigUrl: string; }>, z.ZodLazy>>>, z.ZodLazy; }, "strip", z.ZodTypeAny, { proxyType: "system"; }, { proxyType: "system"; }>, z.ZodLazy>>>, z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>]>>>; webSocketUrl: z.ZodOptional; }, "strip", z.ZodTypeAny, { acceptInsecureCerts?: boolean | undefined; browserName?: string | undefined; browserVersion?: string | undefined; platformName?: string | undefined; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: boolean | undefined; }, { acceptInsecureCerts?: boolean | undefined; browserName?: string | undefined; browserVersion?: string | undefined; platformName?: string | undefined; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: boolean | undefined; }>, z.ZodLazy>>>>; firstMatch: z.ZodOptional; browserName: z.ZodOptional; browserVersion: z.ZodOptional; platformName: z.ZodOptional; proxy: z.ZodOptional; }, "strip", z.ZodTypeAny, { proxyType: "autodetect"; }, { proxyType: "autodetect"; }>, z.ZodLazy>>>, z.ZodLazy; }, "strip", z.ZodTypeAny, { proxyType: "direct"; }, { proxyType: "direct"; }>, z.ZodLazy>>>, z.ZodLazy; ftpProxy: z.ZodOptional; httpProxy: z.ZodOptional; sslProxy: z.ZodOptional; }, "strip", z.ZodTypeAny, { proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; }, { proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; }>, z.ZodUnion<[z.ZodLazy>, z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>]>>, z.ZodObject<{ noProxy: z.ZodOptional>; }, "strip", z.ZodTypeAny, { noProxy?: string[] | undefined; }, { noProxy?: string[] | undefined; }>>, z.ZodLazy>>>, z.ZodLazy; proxyAutoconfigUrl: z.ZodString; }, "strip", z.ZodTypeAny, { proxyType: "pac"; proxyAutoconfigUrl: string; }, { proxyType: "pac"; proxyAutoconfigUrl: string; }>, z.ZodLazy>>>, z.ZodLazy; }, "strip", z.ZodTypeAny, { proxyType: "system"; }, { proxyType: "system"; }>, z.ZodLazy>>>, z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>]>>>; webSocketUrl: z.ZodOptional; }, "strip", z.ZodTypeAny, { acceptInsecureCerts?: boolean | undefined; browserName?: string | undefined; browserVersion?: string | undefined; platformName?: string | undefined; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: boolean | undefined; }, { acceptInsecureCerts?: boolean | undefined; browserName?: string | undefined; browserVersion?: string | undefined; platformName?: string | undefined; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: boolean | undefined; }>, z.ZodLazy>>>, "many">>; }, "strip", z.ZodTypeAny, { alwaysMatch?: ({ acceptInsecureCerts?: boolean | undefined; browserName?: string | undefined; browserVersion?: string | undefined; platformName?: string | undefined; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: boolean | undefined; } & Record) | undefined; firstMatch?: ({ acceptInsecureCerts?: boolean | undefined; browserName?: string | undefined; browserVersion?: string | undefined; platformName?: string | undefined; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: boolean | undefined; } & Record)[] | undefined; }, { alwaysMatch?: ({ acceptInsecureCerts?: boolean | undefined; browserName?: string | undefined; browserVersion?: string | undefined; platformName?: string | undefined; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: boolean | undefined; } & Record) | undefined; firstMatch?: ({ acceptInsecureCerts?: boolean | undefined; browserName?: string | undefined; browserVersion?: string | undefined; platformName?: string | undefined; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: boolean | undefined; } & Record)[] | undefined; }>>; } export declare namespace Session { const CapabilityRequestSchema: z.ZodLazy; browserName: z.ZodOptional; browserVersion: z.ZodOptional; platformName: z.ZodOptional; proxy: z.ZodOptional; }, "strip", z.ZodTypeAny, { proxyType: "autodetect"; }, { proxyType: "autodetect"; }>, z.ZodLazy>>>, z.ZodLazy; }, "strip", z.ZodTypeAny, { proxyType: "direct"; }, { proxyType: "direct"; }>, z.ZodLazy>>>, z.ZodLazy; ftpProxy: z.ZodOptional; httpProxy: z.ZodOptional; sslProxy: z.ZodOptional; }, "strip", z.ZodTypeAny, { proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; }, { proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; }>, z.ZodUnion<[z.ZodLazy>, z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>]>>, z.ZodObject<{ noProxy: z.ZodOptional>; }, "strip", z.ZodTypeAny, { noProxy?: string[] | undefined; }, { noProxy?: string[] | undefined; }>>, z.ZodLazy>>>, z.ZodLazy; proxyAutoconfigUrl: z.ZodString; }, "strip", z.ZodTypeAny, { proxyType: "pac"; proxyAutoconfigUrl: string; }, { proxyType: "pac"; proxyAutoconfigUrl: string; }>, z.ZodLazy>>>, z.ZodLazy; }, "strip", z.ZodTypeAny, { proxyType: "system"; }, { proxyType: "system"; }>, z.ZodLazy>>>, z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>]>>>; webSocketUrl: z.ZodOptional; }, "strip", z.ZodTypeAny, { acceptInsecureCerts?: boolean | undefined; browserName?: string | undefined; browserVersion?: string | undefined; platformName?: string | undefined; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: boolean | undefined; }, { acceptInsecureCerts?: boolean | undefined; browserName?: string | undefined; browserVersion?: string | undefined; platformName?: string | undefined; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: boolean | undefined; }>, z.ZodLazy>>>; } export declare namespace Session { const AutodetectProxyConfigurationSchema: z.ZodLazy; }, "strip", z.ZodTypeAny, { proxyType: "autodetect"; }, { proxyType: "autodetect"; }>, z.ZodLazy>>>; } export declare namespace Session { const DirectProxyConfigurationSchema: z.ZodLazy; }, "strip", z.ZodTypeAny, { proxyType: "direct"; }, { proxyType: "direct"; }>, z.ZodLazy>>>; } export declare namespace Session { const ManualProxyConfigurationSchema: z.ZodLazy; ftpProxy: z.ZodOptional; httpProxy: z.ZodOptional; sslProxy: z.ZodOptional; }, "strip", z.ZodTypeAny, { proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; }, { proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; }>, z.ZodUnion<[z.ZodLazy>, z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>]>>, z.ZodObject<{ noProxy: z.ZodOptional>; }, "strip", z.ZodTypeAny, { noProxy?: string[] | undefined; }, { noProxy?: string[] | undefined; }>>, z.ZodLazy>>>; } export declare namespace Session { const SocksProxyConfigurationSchema: z.ZodLazy>; } export declare namespace Session { const PacProxyConfigurationSchema: z.ZodLazy; proxyAutoconfigUrl: z.ZodString; }, "strip", z.ZodTypeAny, { proxyType: "pac"; proxyAutoconfigUrl: string; }, { proxyType: "pac"; proxyAutoconfigUrl: string; }>, z.ZodLazy>>>; } export declare namespace Session { const SystemProxyConfigurationSchema: z.ZodLazy; }, "strip", z.ZodTypeAny, { proxyType: "system"; }, { proxyType: "system"; }>, z.ZodLazy>>>; } export declare namespace Session { const SubscriptionRequestSchema: z.ZodLazy; contexts: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { events: string[]; contexts?: string[] | undefined; }, { events: string[]; contexts?: string[] | undefined; }>>; } export declare namespace Session { const StatusSchema: z.ZodLazy; params: z.ZodLazy>>; }, "strip", z.ZodTypeAny, { params: Record; method: "session.status"; }, { params: Record; method: "session.status"; }>>; } export declare namespace Session { const StatusResultSchema: z.ZodLazy>; } export declare namespace Session { const NewSchema: z.ZodLazy; params: z.ZodLazy; browserName: z.ZodOptional; browserVersion: z.ZodOptional; platformName: z.ZodOptional; proxy: z.ZodOptional; }, "strip", z.ZodTypeAny, { proxyType: "autodetect"; }, { proxyType: "autodetect"; }>, z.ZodLazy>>>, z.ZodLazy; }, "strip", z.ZodTypeAny, { proxyType: "direct"; }, { proxyType: "direct"; }>, z.ZodLazy>>>, z.ZodLazy; ftpProxy: z.ZodOptional; httpProxy: z.ZodOptional; sslProxy: z.ZodOptional; }, "strip", z.ZodTypeAny, { proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; }, { proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; }>, z.ZodUnion<[z.ZodLazy>, z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>]>>, z.ZodObject<{ noProxy: z.ZodOptional>; }, "strip", z.ZodTypeAny, { noProxy?: string[] | undefined; }, { noProxy?: string[] | undefined; }>>, z.ZodLazy>>>, z.ZodLazy; proxyAutoconfigUrl: z.ZodString; }, "strip", z.ZodTypeAny, { proxyType: "pac"; proxyAutoconfigUrl: string; }, { proxyType: "pac"; proxyAutoconfigUrl: string; }>, z.ZodLazy>>>, z.ZodLazy; }, "strip", z.ZodTypeAny, { proxyType: "system"; }, { proxyType: "system"; }>, z.ZodLazy>>>, z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>]>>>; webSocketUrl: z.ZodOptional; }, "strip", z.ZodTypeAny, { acceptInsecureCerts?: boolean | undefined; browserName?: string | undefined; browserVersion?: string | undefined; platformName?: string | undefined; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: boolean | undefined; }, { acceptInsecureCerts?: boolean | undefined; browserName?: string | undefined; browserVersion?: string | undefined; platformName?: string | undefined; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: boolean | undefined; }>, z.ZodLazy>>>>; firstMatch: z.ZodOptional; browserName: z.ZodOptional; browserVersion: z.ZodOptional; platformName: z.ZodOptional; proxy: z.ZodOptional; }, "strip", z.ZodTypeAny, { proxyType: "autodetect"; }, { proxyType: "autodetect"; }>, z.ZodLazy>>>, z.ZodLazy; }, "strip", z.ZodTypeAny, { proxyType: "direct"; }, { proxyType: "direct"; }>, z.ZodLazy>>>, z.ZodLazy; ftpProxy: z.ZodOptional; httpProxy: z.ZodOptional; sslProxy: z.ZodOptional; }, "strip", z.ZodTypeAny, { proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; }, { proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; }>, z.ZodUnion<[z.ZodLazy>, z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>]>>, z.ZodObject<{ noProxy: z.ZodOptional>; }, "strip", z.ZodTypeAny, { noProxy?: string[] | undefined; }, { noProxy?: string[] | undefined; }>>, z.ZodLazy>>>, z.ZodLazy; proxyAutoconfigUrl: z.ZodString; }, "strip", z.ZodTypeAny, { proxyType: "pac"; proxyAutoconfigUrl: string; }, { proxyType: "pac"; proxyAutoconfigUrl: string; }>, z.ZodLazy>>>, z.ZodLazy; }, "strip", z.ZodTypeAny, { proxyType: "system"; }, { proxyType: "system"; }>, z.ZodLazy>>>, z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>]>>>; webSocketUrl: z.ZodOptional; }, "strip", z.ZodTypeAny, { acceptInsecureCerts?: boolean | undefined; browserName?: string | undefined; browserVersion?: string | undefined; platformName?: string | undefined; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: boolean | undefined; }, { acceptInsecureCerts?: boolean | undefined; browserName?: string | undefined; browserVersion?: string | undefined; platformName?: string | undefined; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: boolean | undefined; }>, z.ZodLazy>>>, "many">>; }, "strip", z.ZodTypeAny, { alwaysMatch?: ({ acceptInsecureCerts?: boolean | undefined; browserName?: string | undefined; browserVersion?: string | undefined; platformName?: string | undefined; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: boolean | undefined; } & Record) | undefined; firstMatch?: ({ acceptInsecureCerts?: boolean | undefined; browserName?: string | undefined; browserVersion?: string | undefined; platformName?: string | undefined; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: boolean | undefined; } & Record)[] | undefined; }, { alwaysMatch?: ({ acceptInsecureCerts?: boolean | undefined; browserName?: string | undefined; browserVersion?: string | undefined; platformName?: string | undefined; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: boolean | undefined; } & Record) | undefined; firstMatch?: ({ acceptInsecureCerts?: boolean | undefined; browserName?: string | undefined; browserVersion?: string | undefined; platformName?: string | undefined; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: boolean | undefined; } & Record)[] | undefined; }>>; }, "strip", z.ZodTypeAny, { capabilities: { alwaysMatch?: ({ acceptInsecureCerts?: boolean | undefined; browserName?: string | undefined; browserVersion?: string | undefined; platformName?: string | undefined; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: boolean | undefined; } & Record) | undefined; firstMatch?: ({ acceptInsecureCerts?: boolean | undefined; browserName?: string | undefined; browserVersion?: string | undefined; platformName?: string | undefined; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: boolean | undefined; } & Record)[] | undefined; }; }, { capabilities: { alwaysMatch?: ({ acceptInsecureCerts?: boolean | undefined; browserName?: string | undefined; browserVersion?: string | undefined; platformName?: string | undefined; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: boolean | undefined; } & Record) | undefined; firstMatch?: ({ acceptInsecureCerts?: boolean | undefined; browserName?: string | undefined; browserVersion?: string | undefined; platformName?: string | undefined; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: boolean | undefined; } & Record)[] | undefined; }; }>>; }, "strip", z.ZodTypeAny, { params: { capabilities: { alwaysMatch?: ({ acceptInsecureCerts?: boolean | undefined; browserName?: string | undefined; browserVersion?: string | undefined; platformName?: string | undefined; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: boolean | undefined; } & Record) | undefined; firstMatch?: ({ acceptInsecureCerts?: boolean | undefined; browserName?: string | undefined; browserVersion?: string | undefined; platformName?: string | undefined; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: boolean | undefined; } & Record)[] | undefined; }; }; method: "session.new"; }, { params: { capabilities: { alwaysMatch?: ({ acceptInsecureCerts?: boolean | undefined; browserName?: string | undefined; browserVersion?: string | undefined; platformName?: string | undefined; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: boolean | undefined; } & Record) | undefined; firstMatch?: ({ acceptInsecureCerts?: boolean | undefined; browserName?: string | undefined; browserVersion?: string | undefined; platformName?: string | undefined; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: boolean | undefined; } & Record)[] | undefined; }; }; method: "session.new"; }>>; } export declare namespace Session { const NewParametersSchema: z.ZodLazy; browserName: z.ZodOptional; browserVersion: z.ZodOptional; platformName: z.ZodOptional; proxy: z.ZodOptional; }, "strip", z.ZodTypeAny, { proxyType: "autodetect"; }, { proxyType: "autodetect"; }>, z.ZodLazy>>>, z.ZodLazy; }, "strip", z.ZodTypeAny, { proxyType: "direct"; }, { proxyType: "direct"; }>, z.ZodLazy>>>, z.ZodLazy; ftpProxy: z.ZodOptional; httpProxy: z.ZodOptional; sslProxy: z.ZodOptional; }, "strip", z.ZodTypeAny, { proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; }, { proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; }>, z.ZodUnion<[z.ZodLazy>, z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>]>>, z.ZodObject<{ noProxy: z.ZodOptional>; }, "strip", z.ZodTypeAny, { noProxy?: string[] | undefined; }, { noProxy?: string[] | undefined; }>>, z.ZodLazy>>>, z.ZodLazy; proxyAutoconfigUrl: z.ZodString; }, "strip", z.ZodTypeAny, { proxyType: "pac"; proxyAutoconfigUrl: string; }, { proxyType: "pac"; proxyAutoconfigUrl: string; }>, z.ZodLazy>>>, z.ZodLazy; }, "strip", z.ZodTypeAny, { proxyType: "system"; }, { proxyType: "system"; }>, z.ZodLazy>>>, z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>]>>>; webSocketUrl: z.ZodOptional; }, "strip", z.ZodTypeAny, { acceptInsecureCerts?: boolean | undefined; browserName?: string | undefined; browserVersion?: string | undefined; platformName?: string | undefined; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: boolean | undefined; }, { acceptInsecureCerts?: boolean | undefined; browserName?: string | undefined; browserVersion?: string | undefined; platformName?: string | undefined; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: boolean | undefined; }>, z.ZodLazy>>>>; firstMatch: z.ZodOptional; browserName: z.ZodOptional; browserVersion: z.ZodOptional; platformName: z.ZodOptional; proxy: z.ZodOptional; }, "strip", z.ZodTypeAny, { proxyType: "autodetect"; }, { proxyType: "autodetect"; }>, z.ZodLazy>>>, z.ZodLazy; }, "strip", z.ZodTypeAny, { proxyType: "direct"; }, { proxyType: "direct"; }>, z.ZodLazy>>>, z.ZodLazy; ftpProxy: z.ZodOptional; httpProxy: z.ZodOptional; sslProxy: z.ZodOptional; }, "strip", z.ZodTypeAny, { proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; }, { proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; }>, z.ZodUnion<[z.ZodLazy>, z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>]>>, z.ZodObject<{ noProxy: z.ZodOptional>; }, "strip", z.ZodTypeAny, { noProxy?: string[] | undefined; }, { noProxy?: string[] | undefined; }>>, z.ZodLazy>>>, z.ZodLazy; proxyAutoconfigUrl: z.ZodString; }, "strip", z.ZodTypeAny, { proxyType: "pac"; proxyAutoconfigUrl: string; }, { proxyType: "pac"; proxyAutoconfigUrl: string; }>, z.ZodLazy>>>, z.ZodLazy; }, "strip", z.ZodTypeAny, { proxyType: "system"; }, { proxyType: "system"; }>, z.ZodLazy>>>, z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>]>>>; webSocketUrl: z.ZodOptional; }, "strip", z.ZodTypeAny, { acceptInsecureCerts?: boolean | undefined; browserName?: string | undefined; browserVersion?: string | undefined; platformName?: string | undefined; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: boolean | undefined; }, { acceptInsecureCerts?: boolean | undefined; browserName?: string | undefined; browserVersion?: string | undefined; platformName?: string | undefined; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: boolean | undefined; }>, z.ZodLazy>>>, "many">>; }, "strip", z.ZodTypeAny, { alwaysMatch?: ({ acceptInsecureCerts?: boolean | undefined; browserName?: string | undefined; browserVersion?: string | undefined; platformName?: string | undefined; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: boolean | undefined; } & Record) | undefined; firstMatch?: ({ acceptInsecureCerts?: boolean | undefined; browserName?: string | undefined; browserVersion?: string | undefined; platformName?: string | undefined; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: boolean | undefined; } & Record)[] | undefined; }, { alwaysMatch?: ({ acceptInsecureCerts?: boolean | undefined; browserName?: string | undefined; browserVersion?: string | undefined; platformName?: string | undefined; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: boolean | undefined; } & Record) | undefined; firstMatch?: ({ acceptInsecureCerts?: boolean | undefined; browserName?: string | undefined; browserVersion?: string | undefined; platformName?: string | undefined; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: boolean | undefined; } & Record)[] | undefined; }>>; }, "strip", z.ZodTypeAny, { capabilities: { alwaysMatch?: ({ acceptInsecureCerts?: boolean | undefined; browserName?: string | undefined; browserVersion?: string | undefined; platformName?: string | undefined; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: boolean | undefined; } & Record) | undefined; firstMatch?: ({ acceptInsecureCerts?: boolean | undefined; browserName?: string | undefined; browserVersion?: string | undefined; platformName?: string | undefined; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: boolean | undefined; } & Record)[] | undefined; }; }, { capabilities: { alwaysMatch?: ({ acceptInsecureCerts?: boolean | undefined; browserName?: string | undefined; browserVersion?: string | undefined; platformName?: string | undefined; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: boolean | undefined; } & Record) | undefined; firstMatch?: ({ acceptInsecureCerts?: boolean | undefined; browserName?: string | undefined; browserVersion?: string | undefined; platformName?: string | undefined; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: boolean | undefined; } & Record)[] | undefined; }; }>>; } export declare namespace Session { const NewResultSchema: z.ZodLazy; }, "strip", z.ZodTypeAny, { proxyType: "autodetect"; }, { proxyType: "autodetect"; }>, z.ZodLazy>>>, z.ZodLazy; }, "strip", z.ZodTypeAny, { proxyType: "direct"; }, { proxyType: "direct"; }>, z.ZodLazy>>>, z.ZodLazy; ftpProxy: z.ZodOptional; httpProxy: z.ZodOptional; sslProxy: z.ZodOptional; }, "strip", z.ZodTypeAny, { proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; }, { proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; }>, z.ZodUnion<[z.ZodLazy>, z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>]>>, z.ZodObject<{ noProxy: z.ZodOptional>; }, "strip", z.ZodTypeAny, { noProxy?: string[] | undefined; }, { noProxy?: string[] | undefined; }>>, z.ZodLazy>>>, z.ZodLazy; proxyAutoconfigUrl: z.ZodString; }, "strip", z.ZodTypeAny, { proxyType: "pac"; proxyAutoconfigUrl: string; }, { proxyType: "pac"; proxyAutoconfigUrl: string; }>, z.ZodLazy>>>, z.ZodLazy; }, "strip", z.ZodTypeAny, { proxyType: "system"; }, { proxyType: "system"; }>, z.ZodLazy>>>, z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>]>>>; webSocketUrl: z.ZodOptional; }, "strip", z.ZodTypeAny, { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; }, { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; }>, z.ZodLazy>>; }, "strip", z.ZodTypeAny, { capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; }, { capabilities: { acceptInsecureCerts: boolean; browserName: string; browserVersion: string; platformName: string; setWindowRect: boolean; userAgent: string; proxy?: ({ proxyType: "autodetect"; } & Record) | ({ proxyType: "direct"; } & Record) | ((({ proxyType: "manual"; ftpProxy?: string | undefined; httpProxy?: string | undefined; sslProxy?: string | undefined; } & ({ socksProxy: string; socksVersion: number; } | {})) & { noProxy?: string[] | undefined; }) & Record) | ({ proxyType: "pac"; proxyAutoconfigUrl: string; } & Record) | ({ proxyType: "system"; } & Record) | {} | undefined; webSocketUrl?: string | undefined; } & Record; sessionId: string; }>>; } export declare namespace Session { const EndSchema: z.ZodLazy; params: z.ZodLazy>>; }, "strip", z.ZodTypeAny, { params: Record; method: "session.end"; }, { params: Record; method: "session.end"; }>>; } export declare namespace Session { const SubscribeSchema: z.ZodLazy; params: z.ZodLazy; contexts: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { events: string[]; contexts?: string[] | undefined; }, { events: string[]; contexts?: string[] | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { events: string[]; contexts?: string[] | undefined; }; method: "session.subscribe"; }, { params: { events: string[]; contexts?: string[] | undefined; }; method: "session.subscribe"; }>>; } export declare namespace Session { const UnsubscribeSchema: z.ZodLazy; params: z.ZodLazy; contexts: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { events: string[]; contexts?: string[] | undefined; }, { events: string[]; contexts?: string[] | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { events: string[]; contexts?: string[] | undefined; }; method: "session.unsubscribe"; }, { params: { events: string[]; contexts?: string[] | undefined; }; method: "session.unsubscribe"; }>>; } export declare const BrowserCommandSchema: z.ZodLazy; params: z.ZodLazy>>; }, "strip", z.ZodTypeAny, { params: Record; method: "browser.close"; }, { params: Record; method: "browser.close"; }>>, z.ZodLazy; params: z.ZodLazy>>; }, "strip", z.ZodTypeAny, { params: Record; method: "browser.createUserContext"; }, { params: Record; method: "browser.createUserContext"; }>>, z.ZodLazy; params: z.ZodLazy>>; }, "strip", z.ZodTypeAny, { params: Record; method: "browser.getUserContexts"; }, { params: Record; method: "browser.getUserContexts"; }>>, z.ZodLazy; params: z.ZodLazy; }, "strip", z.ZodTypeAny, { userContext: string; }, { userContext: string; }>>; }, "strip", z.ZodTypeAny, { params: { userContext: string; }; method: "browser.removeUserContext"; }, { params: { userContext: string; }; method: "browser.removeUserContext"; }>>]>>; export declare const BrowserResultSchema: z.ZodLazy; }, "strip", z.ZodTypeAny, { userContext: string; }, { userContext: string; }>>>, z.ZodLazy; }, "strip", z.ZodTypeAny, { userContext: string; }, { userContext: string; }>>, "many">; }, "strip", z.ZodTypeAny, { userContexts: { userContext: string; }[]; }, { userContexts: { userContext: string; }[]; }>>]>>; export declare namespace Browser { const UserContextSchema: z.ZodLazy; } export declare namespace Browser { const UserContextInfoSchema: z.ZodLazy; }, "strip", z.ZodTypeAny, { userContext: string; }, { userContext: string; }>>; } export declare namespace Browser { const CloseSchema: z.ZodLazy; params: z.ZodLazy>>; }, "strip", z.ZodTypeAny, { params: Record; method: "browser.close"; }, { params: Record; method: "browser.close"; }>>; } export declare namespace Browser { const CreateUserContextSchema: z.ZodLazy; params: z.ZodLazy>>; }, "strip", z.ZodTypeAny, { params: Record; method: "browser.createUserContext"; }, { params: Record; method: "browser.createUserContext"; }>>; } export declare namespace Browser { const CreateUserContextResultSchema: z.ZodLazy; }, "strip", z.ZodTypeAny, { userContext: string; }, { userContext: string; }>>>; } export declare namespace Browser { const GetUserContextsSchema: z.ZodLazy; params: z.ZodLazy>>; }, "strip", z.ZodTypeAny, { params: Record; method: "browser.getUserContexts"; }, { params: Record; method: "browser.getUserContexts"; }>>; } export declare namespace Browser { const GetUserContextsResultSchema: z.ZodLazy; }, "strip", z.ZodTypeAny, { userContext: string; }, { userContext: string; }>>, "many">; }, "strip", z.ZodTypeAny, { userContexts: { userContext: string; }[]; }, { userContexts: { userContext: string; }[]; }>>; } export declare namespace Browser { const RemoveUserContextSchema: z.ZodLazy; params: z.ZodLazy; }, "strip", z.ZodTypeAny, { userContext: string; }, { userContext: string; }>>; }, "strip", z.ZodTypeAny, { params: { userContext: string; }; method: "browser.removeUserContext"; }, { params: { userContext: string; }; method: "browser.removeUserContext"; }>>; } export declare namespace Browser { const RemoveUserContextParametersSchema: z.ZodLazy; }, "strip", z.ZodTypeAny, { userContext: string; }, { userContext: string; }>>; } export declare const BrowsingContextCommandSchema: z.ZodLazy; params: z.ZodLazy; }, "strip", z.ZodTypeAny, { context: string; }, { context: string; }>>; }, "strip", z.ZodTypeAny, { params: { context: string; }; method: "browsingContext.activate"; }, { params: { context: string; }; method: "browsingContext.activate"; }>>, z.ZodLazy; params: z.ZodLazy; origin: z.ZodOptional>>; format: z.ZodOptional; }, "strip", z.ZodTypeAny, { type: string; quality?: number | undefined; }, { type: string; quality?: number | undefined; }>>>; clip: z.ZodOptional; x: z.ZodNumber; y: z.ZodNumber; width: z.ZodNumber; height: z.ZodNumber; }, "strip", z.ZodTypeAny, { type: "box"; x: number; y: number; width: number; height: number; }, { type: "box"; x: number; y: number; width: number; height: number; }>>, z.ZodLazy; element: z.ZodLazy; handle: z.ZodOptional>; }, "strip", z.ZodTypeAny, { sharedId: string; handle?: string | undefined; }, { sharedId: string; handle?: string | undefined; }>, z.ZodLazy>>>; }, "strip", z.ZodTypeAny, { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; }, { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; }>>]>>>; }, "strip", z.ZodTypeAny, { context: string; origin?: "viewport" | "document" | undefined; format?: { type: string; quality?: number | undefined; } | undefined; clip?: { type: "box"; x: number; y: number; width: number; height: number; } | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; }, { context: string; origin?: "viewport" | "document" | undefined; format?: { type: string; quality?: number | undefined; } | undefined; clip?: { type: "box"; x: number; y: number; width: number; height: number; } | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { context: string; origin?: "viewport" | "document" | undefined; format?: { type: string; quality?: number | undefined; } | undefined; clip?: { type: "box"; x: number; y: number; width: number; height: number; } | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; }; method: "browsingContext.captureScreenshot"; }, { params: { context: string; origin?: "viewport" | "document" | undefined; format?: { type: string; quality?: number | undefined; } | undefined; clip?: { type: "box"; x: number; y: number; width: number; height: number; } | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; }; method: "browsingContext.captureScreenshot"; }>>, z.ZodLazy; params: z.ZodLazy; promptUnload: z.ZodOptional>; }, "strip", z.ZodTypeAny, { context: string; promptUnload?: boolean | undefined; }, { context: string; promptUnload?: boolean | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { context: string; promptUnload?: boolean | undefined; }; method: "browsingContext.close"; }, { params: { context: string; promptUnload?: boolean | undefined; }; method: "browsingContext.close"; }>>, z.ZodLazy; params: z.ZodLazy>; referenceContext: z.ZodOptional>; background: z.ZodOptional>; userContext: z.ZodOptional>; }, "strip", z.ZodTypeAny, { type: "window" | "tab"; referenceContext?: string | undefined; background?: boolean | undefined; userContext?: string | undefined; }, { type: "window" | "tab"; referenceContext?: string | undefined; background?: boolean | undefined; userContext?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { type: "window" | "tab"; referenceContext?: string | undefined; background?: boolean | undefined; userContext?: string | undefined; }; method: "browsingContext.create"; }, { params: { type: "window" | "tab"; referenceContext?: string | undefined; background?: boolean | undefined; userContext?: string | undefined; }; method: "browsingContext.create"; }>>, z.ZodLazy; params: z.ZodLazy; root: z.ZodOptional>; }, "strip", z.ZodTypeAny, { maxDepth?: number | undefined; root?: string | undefined; }, { maxDepth?: number | undefined; root?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { maxDepth?: number | undefined; root?: string | undefined; }; method: "browsingContext.getTree"; }, { params: { maxDepth?: number | undefined; root?: string | undefined; }; method: "browsingContext.getTree"; }>>, z.ZodLazy; params: z.ZodLazy; accept: z.ZodOptional; userText: z.ZodOptional; }, "strip", z.ZodTypeAny, { context: string; accept?: boolean | undefined; userText?: string | undefined; }, { context: string; accept?: boolean | undefined; userText?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { context: string; accept?: boolean | undefined; userText?: string | undefined; }; method: "browsingContext.handleUserPrompt"; }, { params: { context: string; accept?: boolean | undefined; userText?: string | undefined; }; method: "browsingContext.handleUserPrompt"; }>>, z.ZodLazy; params: z.ZodLazy; locator: z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "css"; value: string; }, { type: "css"; value: string; }>>, z.ZodLazy; value: z.ZodString; ignoreCase: z.ZodOptional; matchType: z.ZodOptional>; maxDepth: z.ZodOptional; }, "strip", z.ZodTypeAny, { type: "innerText"; value: string; ignoreCase?: boolean | undefined; matchType?: "partial" | "full" | undefined; maxDepth?: number | undefined; }, { type: "innerText"; value: string; ignoreCase?: boolean | undefined; matchType?: "partial" | "full" | undefined; maxDepth?: number | undefined; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "xpath"; value: string; }, { type: "xpath"; value: string; }>>]>>; maxNodeCount: z.ZodOptional; serializationOptions: z.ZodOptional>>; maxObjectDepth: z.ZodOptional>>; includeShadowTree: z.ZodOptional>>; }, "strip", z.ZodTypeAny, { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; }, { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; }>>>; startNodes: z.ZodOptional; handle: z.ZodOptional>; }, "strip", z.ZodTypeAny, { sharedId: string; handle?: string | undefined; }, { sharedId: string; handle?: string | undefined; }>, z.ZodLazy>>>, "many">>; }, "strip", z.ZodTypeAny, { context: string; locator: { type: "css"; value: string; } | { type: "innerText"; value: string; ignoreCase?: boolean | undefined; matchType?: "partial" | "full" | undefined; maxDepth?: number | undefined; } | { type: "xpath"; value: string; }; maxNodeCount?: number | undefined; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; startNodes?: ({ sharedId: string; handle?: string | undefined; } & Record)[] | undefined; }, { context: string; locator: { type: "css"; value: string; } | { type: "innerText"; value: string; ignoreCase?: boolean | undefined; matchType?: "partial" | "full" | undefined; maxDepth?: number | undefined; } | { type: "xpath"; value: string; }; maxNodeCount?: number | undefined; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; startNodes?: ({ sharedId: string; handle?: string | undefined; } & Record)[] | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { context: string; locator: { type: "css"; value: string; } | { type: "innerText"; value: string; ignoreCase?: boolean | undefined; matchType?: "partial" | "full" | undefined; maxDepth?: number | undefined; } | { type: "xpath"; value: string; }; maxNodeCount?: number | undefined; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; startNodes?: ({ sharedId: string; handle?: string | undefined; } & Record)[] | undefined; }; method: "browsingContext.locateNodes"; }, { params: { context: string; locator: { type: "css"; value: string; } | { type: "innerText"; value: string; ignoreCase?: boolean | undefined; matchType?: "partial" | "full" | undefined; maxDepth?: number | undefined; } | { type: "xpath"; value: string; }; maxNodeCount?: number | undefined; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; startNodes?: ({ sharedId: string; handle?: string | undefined; } & Record)[] | undefined; }; method: "browsingContext.locateNodes"; }>>, z.ZodLazy; params: z.ZodLazy; url: z.ZodString; wait: z.ZodOptional>>; }, "strip", z.ZodTypeAny, { url: string; context: string; wait?: "none" | "interactive" | "complete" | undefined; }, { url: string; context: string; wait?: "none" | "interactive" | "complete" | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { url: string; context: string; wait?: "none" | "interactive" | "complete" | undefined; }; method: "browsingContext.navigate"; }, { params: { url: string; context: string; wait?: "none" | "interactive" | "complete" | undefined; }; method: "browsingContext.navigate"; }>>, z.ZodLazy; params: z.ZodLazy; background: z.ZodOptional>; margin: z.ZodOptional>; left: z.ZodOptional>; right: z.ZodOptional>; top: z.ZodOptional>; }, "strip", z.ZodTypeAny, { bottom?: number | undefined; left?: number | undefined; right?: number | undefined; top?: number | undefined; }, { bottom?: number | undefined; left?: number | undefined; right?: number | undefined; top?: number | undefined; }>>>; orientation: z.ZodOptional>>; page: z.ZodOptional>; width: z.ZodOptional>; }, "strip", z.ZodTypeAny, { height?: number | undefined; width?: number | undefined; }, { height?: number | undefined; width?: number | undefined; }>>>; pageRanges: z.ZodOptional, "many">>; scale: z.ZodOptional>; shrinkToFit: z.ZodOptional>; }, "strip", z.ZodTypeAny, { context: string; background?: boolean | undefined; margin?: { bottom?: number | undefined; left?: number | undefined; right?: number | undefined; top?: number | undefined; } | undefined; orientation?: "portrait" | "landscape" | undefined; page?: { height?: number | undefined; width?: number | undefined; } | undefined; pageRanges?: (string | number)[] | undefined; scale?: number | undefined; shrinkToFit?: boolean | undefined; }, { context: string; background?: boolean | undefined; margin?: { bottom?: number | undefined; left?: number | undefined; right?: number | undefined; top?: number | undefined; } | undefined; orientation?: "portrait" | "landscape" | undefined; page?: { height?: number | undefined; width?: number | undefined; } | undefined; pageRanges?: (string | number)[] | undefined; scale?: number | undefined; shrinkToFit?: boolean | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { context: string; background?: boolean | undefined; margin?: { bottom?: number | undefined; left?: number | undefined; right?: number | undefined; top?: number | undefined; } | undefined; orientation?: "portrait" | "landscape" | undefined; page?: { height?: number | undefined; width?: number | undefined; } | undefined; pageRanges?: (string | number)[] | undefined; scale?: number | undefined; shrinkToFit?: boolean | undefined; }; method: "browsingContext.print"; }, { params: { context: string; background?: boolean | undefined; margin?: { bottom?: number | undefined; left?: number | undefined; right?: number | undefined; top?: number | undefined; } | undefined; orientation?: "portrait" | "landscape" | undefined; page?: { height?: number | undefined; width?: number | undefined; } | undefined; pageRanges?: (string | number)[] | undefined; scale?: number | undefined; shrinkToFit?: boolean | undefined; }; method: "browsingContext.print"; }>>, z.ZodLazy; params: z.ZodLazy; ignoreCache: z.ZodOptional; wait: z.ZodOptional>>; }, "strip", z.ZodTypeAny, { context: string; ignoreCache?: boolean | undefined; wait?: "none" | "interactive" | "complete" | undefined; }, { context: string; ignoreCache?: boolean | undefined; wait?: "none" | "interactive" | "complete" | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { context: string; ignoreCache?: boolean | undefined; wait?: "none" | "interactive" | "complete" | undefined; }; method: "browsingContext.reload"; }, { params: { context: string; ignoreCache?: boolean | undefined; wait?: "none" | "interactive" | "complete" | undefined; }; method: "browsingContext.reload"; }>>, z.ZodLazy; params: z.ZodLazy; viewport: z.ZodOptional>, z.ZodNull]>>; devicePixelRatio: z.ZodOptional>; }, "strip", z.ZodTypeAny, { context: string; viewport?: { width: number; height: number; } | null | undefined; devicePixelRatio?: number | null | undefined; }, { context: string; viewport?: { width: number; height: number; } | null | undefined; devicePixelRatio?: number | null | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { context: string; viewport?: { width: number; height: number; } | null | undefined; devicePixelRatio?: number | null | undefined; }; method: "browsingContext.setViewport"; }, { params: { context: string; viewport?: { width: number; height: number; } | null | undefined; devicePixelRatio?: number | null | undefined; }; method: "browsingContext.setViewport"; }>>, z.ZodLazy; params: z.ZodLazy; delta: z.ZodNumber; }, "strip", z.ZodTypeAny, { context: string; delta: number; }, { context: string; delta: number; }>>; }, "strip", z.ZodTypeAny, { params: { context: string; delta: number; }; method: "browsingContext.traverseHistory"; }, { params: { context: string; delta: number; }; method: "browsingContext.traverseHistory"; }>>]>>; export declare const BrowsingContextEventSchema: z.ZodLazy; params: any; }, "strip", z.ZodTypeAny, { method: "browsingContext.contextCreated"; params?: any; }, { method: "browsingContext.contextCreated"; params?: any; }>>, z.ZodLazy; params: any; }, "strip", z.ZodTypeAny, { method: "browsingContext.contextDestroyed"; params?: any; }, { method: "browsingContext.contextDestroyed"; params?: any; }>>, z.ZodLazy; params: z.ZodLazy; navigation: z.ZodUnion<[z.ZodLazy, z.ZodNull]>; timestamp: z.ZodNumber; url: z.ZodString; }, "strip", z.ZodTypeAny, { url: string; navigation: string | null; context: string; timestamp: number; }, { url: string; navigation: string | null; context: string; timestamp: number; }>>; }, "strip", z.ZodTypeAny, { params: { url: string; navigation: string | null; context: string; timestamp: number; }; method: "browsingContext.domContentLoaded"; }, { params: { url: string; navigation: string | null; context: string; timestamp: number; }; method: "browsingContext.domContentLoaded"; }>>, z.ZodLazy; params: z.ZodLazy; navigation: z.ZodUnion<[z.ZodLazy, z.ZodNull]>; timestamp: z.ZodNumber; url: z.ZodString; }, "strip", z.ZodTypeAny, { url: string; navigation: string | null; context: string; timestamp: number; }, { url: string; navigation: string | null; context: string; timestamp: number; }>>; }, "strip", z.ZodTypeAny, { params: { url: string; navigation: string | null; context: string; timestamp: number; }; method: "browsingContext.downloadWillBegin"; }, { params: { url: string; navigation: string | null; context: string; timestamp: number; }; method: "browsingContext.downloadWillBegin"; }>>, z.ZodLazy; params: z.ZodLazy; navigation: z.ZodUnion<[z.ZodLazy, z.ZodNull]>; timestamp: z.ZodNumber; url: z.ZodString; }, "strip", z.ZodTypeAny, { url: string; navigation: string | null; context: string; timestamp: number; }, { url: string; navigation: string | null; context: string; timestamp: number; }>>; }, "strip", z.ZodTypeAny, { params: { url: string; navigation: string | null; context: string; timestamp: number; }; method: "browsingContext.fragmentNavigated"; }, { params: { url: string; navigation: string | null; context: string; timestamp: number; }; method: "browsingContext.fragmentNavigated"; }>>, z.ZodLazy; params: z.ZodLazy; navigation: z.ZodUnion<[z.ZodLazy, z.ZodNull]>; timestamp: z.ZodNumber; url: z.ZodString; }, "strip", z.ZodTypeAny, { url: string; navigation: string | null; context: string; timestamp: number; }, { url: string; navigation: string | null; context: string; timestamp: number; }>>; }, "strip", z.ZodTypeAny, { params: { url: string; navigation: string | null; context: string; timestamp: number; }; method: "browsingContext.load"; }, { params: { url: string; navigation: string | null; context: string; timestamp: number; }; method: "browsingContext.load"; }>>, z.ZodLazy; params: z.ZodLazy; navigation: z.ZodUnion<[z.ZodLazy, z.ZodNull]>; timestamp: z.ZodNumber; url: z.ZodString; }, "strip", z.ZodTypeAny, { url: string; navigation: string | null; context: string; timestamp: number; }, { url: string; navigation: string | null; context: string; timestamp: number; }>>; }, "strip", z.ZodTypeAny, { params: { url: string; navigation: string | null; context: string; timestamp: number; }; method: "browsingContext.navigationAborted"; }, { params: { url: string; navigation: string | null; context: string; timestamp: number; }; method: "browsingContext.navigationAborted"; }>>, z.ZodLazy; params: z.ZodLazy; navigation: z.ZodUnion<[z.ZodLazy, z.ZodNull]>; timestamp: z.ZodNumber; url: z.ZodString; }, "strip", z.ZodTypeAny, { url: string; navigation: string | null; context: string; timestamp: number; }, { url: string; navigation: string | null; context: string; timestamp: number; }>>; }, "strip", z.ZodTypeAny, { params: { url: string; navigation: string | null; context: string; timestamp: number; }; method: "browsingContext.navigationFailed"; }, { params: { url: string; navigation: string | null; context: string; timestamp: number; }; method: "browsingContext.navigationFailed"; }>>, z.ZodLazy; params: z.ZodLazy; navigation: z.ZodUnion<[z.ZodLazy, z.ZodNull]>; timestamp: z.ZodNumber; url: z.ZodString; }, "strip", z.ZodTypeAny, { url: string; navigation: string | null; context: string; timestamp: number; }, { url: string; navigation: string | null; context: string; timestamp: number; }>>; }, "strip", z.ZodTypeAny, { params: { url: string; navigation: string | null; context: string; timestamp: number; }; method: "browsingContext.navigationStarted"; }, { params: { url: string; navigation: string | null; context: string; timestamp: number; }; method: "browsingContext.navigationStarted"; }>>, z.ZodLazy; params: z.ZodLazy; accepted: z.ZodBoolean; userText: z.ZodOptional; }, "strip", z.ZodTypeAny, { context: string; accepted: boolean; userText?: string | undefined; }, { context: string; accepted: boolean; userText?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { context: string; accepted: boolean; userText?: string | undefined; }; method: "browsingContext.userPromptClosed"; }, { params: { context: string; accepted: boolean; userText?: string | undefined; }; method: "browsingContext.userPromptClosed"; }>>, z.ZodLazy; params: z.ZodLazy; type: z.ZodEnum<["alert", "confirm", "prompt", "beforeunload"]>; message: z.ZodString; defaultValue: z.ZodOptional; }, "strip", z.ZodTypeAny, { message: string; type: "prompt" | "alert" | "confirm" | "beforeunload"; context: string; defaultValue?: string | undefined; }, { message: string; type: "prompt" | "alert" | "confirm" | "beforeunload"; context: string; defaultValue?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { message: string; type: "prompt" | "alert" | "confirm" | "beforeunload"; context: string; defaultValue?: string | undefined; }; method: "browsingContext.userPromptOpened"; }, { params: { message: string; type: "prompt" | "alert" | "confirm" | "beforeunload"; context: string; defaultValue?: string | undefined; }; method: "browsingContext.userPromptOpened"; }>>]>>; export declare const BrowsingContextResultSchema: z.ZodLazy>, z.ZodLazy; }, "strip", z.ZodTypeAny, { context: string; }, { context: string; }>>, z.ZodLazy>, z.ZodLazy; }, "strip", z.ZodTypeAny, { nodes: any[]; }, { nodes: any[]; }>>, z.ZodLazy, z.ZodNull]>; url: z.ZodString; }, "strip", z.ZodTypeAny, { url: string; navigation: string | null; }, { url: string; navigation: string | null; }>>, z.ZodLazy>, z.ZodLazy>]>>; export declare namespace BrowsingContext { const BrowsingContextSchema: z.ZodLazy; } export declare namespace BrowsingContext { const InfoListSchema: any; } export declare namespace BrowsingContext { const InfoSchema: any; } export declare namespace BrowsingContext { const LocatorSchema: z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "css"; value: string; }, { type: "css"; value: string; }>>, z.ZodLazy; value: z.ZodString; ignoreCase: z.ZodOptional; matchType: z.ZodOptional>; maxDepth: z.ZodOptional; }, "strip", z.ZodTypeAny, { type: "innerText"; value: string; ignoreCase?: boolean | undefined; matchType?: "partial" | "full" | undefined; maxDepth?: number | undefined; }, { type: "innerText"; value: string; ignoreCase?: boolean | undefined; matchType?: "partial" | "full" | undefined; maxDepth?: number | undefined; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "xpath"; value: string; }, { type: "xpath"; value: string; }>>]>>; } export declare namespace BrowsingContext { const CssLocatorSchema: z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "css"; value: string; }, { type: "css"; value: string; }>>; } export declare namespace BrowsingContext { const InnerTextLocatorSchema: z.ZodLazy; value: z.ZodString; ignoreCase: z.ZodOptional; matchType: z.ZodOptional>; maxDepth: z.ZodOptional; }, "strip", z.ZodTypeAny, { type: "innerText"; value: string; ignoreCase?: boolean | undefined; matchType?: "partial" | "full" | undefined; maxDepth?: number | undefined; }, { type: "innerText"; value: string; ignoreCase?: boolean | undefined; matchType?: "partial" | "full" | undefined; maxDepth?: number | undefined; }>>; } export declare namespace BrowsingContext { const XPathLocatorSchema: z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "xpath"; value: string; }, { type: "xpath"; value: string; }>>; } export declare namespace BrowsingContext { const NavigationSchema: z.ZodLazy; } export declare namespace BrowsingContext { const NavigationInfoSchema: z.ZodLazy; navigation: z.ZodUnion<[z.ZodLazy, z.ZodNull]>; timestamp: z.ZodNumber; url: z.ZodString; }, "strip", z.ZodTypeAny, { url: string; navigation: string | null; context: string; timestamp: number; }, { url: string; navigation: string | null; context: string; timestamp: number; }>>; } export declare namespace BrowsingContext { const ReadinessStateSchema: z.ZodLazy>; } export declare namespace BrowsingContext { const ActivateSchema: z.ZodLazy; params: z.ZodLazy; }, "strip", z.ZodTypeAny, { context: string; }, { context: string; }>>; }, "strip", z.ZodTypeAny, { params: { context: string; }; method: "browsingContext.activate"; }, { params: { context: string; }; method: "browsingContext.activate"; }>>; } export declare namespace BrowsingContext { const ActivateParametersSchema: z.ZodLazy; }, "strip", z.ZodTypeAny, { context: string; }, { context: string; }>>; } export declare namespace BrowsingContext { const CaptureScreenshotParametersSchema: z.ZodLazy; origin: z.ZodOptional>>; format: z.ZodOptional; }, "strip", z.ZodTypeAny, { type: string; quality?: number | undefined; }, { type: string; quality?: number | undefined; }>>>; clip: z.ZodOptional; x: z.ZodNumber; y: z.ZodNumber; width: z.ZodNumber; height: z.ZodNumber; }, "strip", z.ZodTypeAny, { type: "box"; x: number; y: number; width: number; height: number; }, { type: "box"; x: number; y: number; width: number; height: number; }>>, z.ZodLazy; element: z.ZodLazy; handle: z.ZodOptional>; }, "strip", z.ZodTypeAny, { sharedId: string; handle?: string | undefined; }, { sharedId: string; handle?: string | undefined; }>, z.ZodLazy>>>; }, "strip", z.ZodTypeAny, { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; }, { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; }>>]>>>; }, "strip", z.ZodTypeAny, { context: string; origin?: "viewport" | "document" | undefined; format?: { type: string; quality?: number | undefined; } | undefined; clip?: { type: "box"; x: number; y: number; width: number; height: number; } | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; }, { context: string; origin?: "viewport" | "document" | undefined; format?: { type: string; quality?: number | undefined; } | undefined; clip?: { type: "box"; x: number; y: number; width: number; height: number; } | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; }>>; } export declare namespace BrowsingContext { const CaptureScreenshotSchema: z.ZodLazy; params: z.ZodLazy; origin: z.ZodOptional>>; format: z.ZodOptional; }, "strip", z.ZodTypeAny, { type: string; quality?: number | undefined; }, { type: string; quality?: number | undefined; }>>>; clip: z.ZodOptional; x: z.ZodNumber; y: z.ZodNumber; width: z.ZodNumber; height: z.ZodNumber; }, "strip", z.ZodTypeAny, { type: "box"; x: number; y: number; width: number; height: number; }, { type: "box"; x: number; y: number; width: number; height: number; }>>, z.ZodLazy; element: z.ZodLazy; handle: z.ZodOptional>; }, "strip", z.ZodTypeAny, { sharedId: string; handle?: string | undefined; }, { sharedId: string; handle?: string | undefined; }>, z.ZodLazy>>>; }, "strip", z.ZodTypeAny, { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; }, { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; }>>]>>>; }, "strip", z.ZodTypeAny, { context: string; origin?: "viewport" | "document" | undefined; format?: { type: string; quality?: number | undefined; } | undefined; clip?: { type: "box"; x: number; y: number; width: number; height: number; } | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; }, { context: string; origin?: "viewport" | "document" | undefined; format?: { type: string; quality?: number | undefined; } | undefined; clip?: { type: "box"; x: number; y: number; width: number; height: number; } | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { context: string; origin?: "viewport" | "document" | undefined; format?: { type: string; quality?: number | undefined; } | undefined; clip?: { type: "box"; x: number; y: number; width: number; height: number; } | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; }; method: "browsingContext.captureScreenshot"; }, { params: { context: string; origin?: "viewport" | "document" | undefined; format?: { type: string; quality?: number | undefined; } | undefined; clip?: { type: "box"; x: number; y: number; width: number; height: number; } | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; }; method: "browsingContext.captureScreenshot"; }>>; } export declare namespace BrowsingContext { const ImageFormatSchema: z.ZodLazy; }, "strip", z.ZodTypeAny, { type: string; quality?: number | undefined; }, { type: string; quality?: number | undefined; }>>; } export declare namespace BrowsingContext { const ClipRectangleSchema: z.ZodLazy; x: z.ZodNumber; y: z.ZodNumber; width: z.ZodNumber; height: z.ZodNumber; }, "strip", z.ZodTypeAny, { type: "box"; x: number; y: number; width: number; height: number; }, { type: "box"; x: number; y: number; width: number; height: number; }>>, z.ZodLazy; element: z.ZodLazy; handle: z.ZodOptional>; }, "strip", z.ZodTypeAny, { sharedId: string; handle?: string | undefined; }, { sharedId: string; handle?: string | undefined; }>, z.ZodLazy>>>; }, "strip", z.ZodTypeAny, { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; }, { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; }>>]>>; } export declare namespace BrowsingContext { const ElementClipRectangleSchema: z.ZodLazy; element: z.ZodLazy; handle: z.ZodOptional>; }, "strip", z.ZodTypeAny, { sharedId: string; handle?: string | undefined; }, { sharedId: string; handle?: string | undefined; }>, z.ZodLazy>>>; }, "strip", z.ZodTypeAny, { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; }, { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; }>>; } export declare namespace BrowsingContext { const BoxClipRectangleSchema: z.ZodLazy; x: z.ZodNumber; y: z.ZodNumber; width: z.ZodNumber; height: z.ZodNumber; }, "strip", z.ZodTypeAny, { type: "box"; x: number; y: number; width: number; height: number; }, { type: "box"; x: number; y: number; width: number; height: number; }>>; } export declare namespace BrowsingContext { const CaptureScreenshotResultSchema: z.ZodLazy>; } export declare namespace BrowsingContext { const CloseSchema: z.ZodLazy; params: z.ZodLazy; promptUnload: z.ZodOptional>; }, "strip", z.ZodTypeAny, { context: string; promptUnload?: boolean | undefined; }, { context: string; promptUnload?: boolean | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { context: string; promptUnload?: boolean | undefined; }; method: "browsingContext.close"; }, { params: { context: string; promptUnload?: boolean | undefined; }; method: "browsingContext.close"; }>>; } export declare namespace BrowsingContext { const CloseParametersSchema: z.ZodLazy; promptUnload: z.ZodOptional>; }, "strip", z.ZodTypeAny, { context: string; promptUnload?: boolean | undefined; }, { context: string; promptUnload?: boolean | undefined; }>>; } export declare namespace BrowsingContext { const CreateSchema: z.ZodLazy; params: z.ZodLazy>; referenceContext: z.ZodOptional>; background: z.ZodOptional>; userContext: z.ZodOptional>; }, "strip", z.ZodTypeAny, { type: "window" | "tab"; referenceContext?: string | undefined; background?: boolean | undefined; userContext?: string | undefined; }, { type: "window" | "tab"; referenceContext?: string | undefined; background?: boolean | undefined; userContext?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { type: "window" | "tab"; referenceContext?: string | undefined; background?: boolean | undefined; userContext?: string | undefined; }; method: "browsingContext.create"; }, { params: { type: "window" | "tab"; referenceContext?: string | undefined; background?: boolean | undefined; userContext?: string | undefined; }; method: "browsingContext.create"; }>>; } export declare namespace BrowsingContext { const CreateTypeSchema: z.ZodLazy>; } export declare namespace BrowsingContext { const CreateParametersSchema: z.ZodLazy>; referenceContext: z.ZodOptional>; background: z.ZodOptional>; userContext: z.ZodOptional>; }, "strip", z.ZodTypeAny, { type: "window" | "tab"; referenceContext?: string | undefined; background?: boolean | undefined; userContext?: string | undefined; }, { type: "window" | "tab"; referenceContext?: string | undefined; background?: boolean | undefined; userContext?: string | undefined; }>>; } export declare namespace BrowsingContext { const CreateResultSchema: z.ZodLazy; }, "strip", z.ZodTypeAny, { context: string; }, { context: string; }>>; } export declare namespace BrowsingContext { const GetTreeSchema: z.ZodLazy; params: z.ZodLazy; root: z.ZodOptional>; }, "strip", z.ZodTypeAny, { maxDepth?: number | undefined; root?: string | undefined; }, { maxDepth?: number | undefined; root?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { maxDepth?: number | undefined; root?: string | undefined; }; method: "browsingContext.getTree"; }, { params: { maxDepth?: number | undefined; root?: string | undefined; }; method: "browsingContext.getTree"; }>>; } export declare namespace BrowsingContext { const GetTreeParametersSchema: z.ZodLazy; root: z.ZodOptional>; }, "strip", z.ZodTypeAny, { maxDepth?: number | undefined; root?: string | undefined; }, { maxDepth?: number | undefined; root?: string | undefined; }>>; } export declare namespace BrowsingContext { const GetTreeResultSchema: z.ZodLazy>; } export declare namespace BrowsingContext { const HandleUserPromptSchema: z.ZodLazy; params: z.ZodLazy; accept: z.ZodOptional; userText: z.ZodOptional; }, "strip", z.ZodTypeAny, { context: string; accept?: boolean | undefined; userText?: string | undefined; }, { context: string; accept?: boolean | undefined; userText?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { context: string; accept?: boolean | undefined; userText?: string | undefined; }; method: "browsingContext.handleUserPrompt"; }, { params: { context: string; accept?: boolean | undefined; userText?: string | undefined; }; method: "browsingContext.handleUserPrompt"; }>>; } export declare namespace BrowsingContext { const HandleUserPromptParametersSchema: z.ZodLazy; accept: z.ZodOptional; userText: z.ZodOptional; }, "strip", z.ZodTypeAny, { context: string; accept?: boolean | undefined; userText?: string | undefined; }, { context: string; accept?: boolean | undefined; userText?: string | undefined; }>>; } export declare namespace BrowsingContext { const LocateNodesParametersSchema: z.ZodLazy; locator: z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "css"; value: string; }, { type: "css"; value: string; }>>, z.ZodLazy; value: z.ZodString; ignoreCase: z.ZodOptional; matchType: z.ZodOptional>; maxDepth: z.ZodOptional; }, "strip", z.ZodTypeAny, { type: "innerText"; value: string; ignoreCase?: boolean | undefined; matchType?: "partial" | "full" | undefined; maxDepth?: number | undefined; }, { type: "innerText"; value: string; ignoreCase?: boolean | undefined; matchType?: "partial" | "full" | undefined; maxDepth?: number | undefined; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "xpath"; value: string; }, { type: "xpath"; value: string; }>>]>>; maxNodeCount: z.ZodOptional; serializationOptions: z.ZodOptional>>; maxObjectDepth: z.ZodOptional>>; includeShadowTree: z.ZodOptional>>; }, "strip", z.ZodTypeAny, { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; }, { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; }>>>; startNodes: z.ZodOptional; handle: z.ZodOptional>; }, "strip", z.ZodTypeAny, { sharedId: string; handle?: string | undefined; }, { sharedId: string; handle?: string | undefined; }>, z.ZodLazy>>>, "many">>; }, "strip", z.ZodTypeAny, { context: string; locator: { type: "css"; value: string; } | { type: "innerText"; value: string; ignoreCase?: boolean | undefined; matchType?: "partial" | "full" | undefined; maxDepth?: number | undefined; } | { type: "xpath"; value: string; }; maxNodeCount?: number | undefined; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; startNodes?: ({ sharedId: string; handle?: string | undefined; } & Record)[] | undefined; }, { context: string; locator: { type: "css"; value: string; } | { type: "innerText"; value: string; ignoreCase?: boolean | undefined; matchType?: "partial" | "full" | undefined; maxDepth?: number | undefined; } | { type: "xpath"; value: string; }; maxNodeCount?: number | undefined; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; startNodes?: ({ sharedId: string; handle?: string | undefined; } & Record)[] | undefined; }>>; } export declare namespace BrowsingContext { const LocateNodesSchema: z.ZodLazy; params: z.ZodLazy; locator: z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "css"; value: string; }, { type: "css"; value: string; }>>, z.ZodLazy; value: z.ZodString; ignoreCase: z.ZodOptional; matchType: z.ZodOptional>; maxDepth: z.ZodOptional; }, "strip", z.ZodTypeAny, { type: "innerText"; value: string; ignoreCase?: boolean | undefined; matchType?: "partial" | "full" | undefined; maxDepth?: number | undefined; }, { type: "innerText"; value: string; ignoreCase?: boolean | undefined; matchType?: "partial" | "full" | undefined; maxDepth?: number | undefined; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "xpath"; value: string; }, { type: "xpath"; value: string; }>>]>>; maxNodeCount: z.ZodOptional; serializationOptions: z.ZodOptional>>; maxObjectDepth: z.ZodOptional>>; includeShadowTree: z.ZodOptional>>; }, "strip", z.ZodTypeAny, { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; }, { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; }>>>; startNodes: z.ZodOptional; handle: z.ZodOptional>; }, "strip", z.ZodTypeAny, { sharedId: string; handle?: string | undefined; }, { sharedId: string; handle?: string | undefined; }>, z.ZodLazy>>>, "many">>; }, "strip", z.ZodTypeAny, { context: string; locator: { type: "css"; value: string; } | { type: "innerText"; value: string; ignoreCase?: boolean | undefined; matchType?: "partial" | "full" | undefined; maxDepth?: number | undefined; } | { type: "xpath"; value: string; }; maxNodeCount?: number | undefined; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; startNodes?: ({ sharedId: string; handle?: string | undefined; } & Record)[] | undefined; }, { context: string; locator: { type: "css"; value: string; } | { type: "innerText"; value: string; ignoreCase?: boolean | undefined; matchType?: "partial" | "full" | undefined; maxDepth?: number | undefined; } | { type: "xpath"; value: string; }; maxNodeCount?: number | undefined; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; startNodes?: ({ sharedId: string; handle?: string | undefined; } & Record)[] | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { context: string; locator: { type: "css"; value: string; } | { type: "innerText"; value: string; ignoreCase?: boolean | undefined; matchType?: "partial" | "full" | undefined; maxDepth?: number | undefined; } | { type: "xpath"; value: string; }; maxNodeCount?: number | undefined; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; startNodes?: ({ sharedId: string; handle?: string | undefined; } & Record)[] | undefined; }; method: "browsingContext.locateNodes"; }, { params: { context: string; locator: { type: "css"; value: string; } | { type: "innerText"; value: string; ignoreCase?: boolean | undefined; matchType?: "partial" | "full" | undefined; maxDepth?: number | undefined; } | { type: "xpath"; value: string; }; maxNodeCount?: number | undefined; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; startNodes?: ({ sharedId: string; handle?: string | undefined; } & Record)[] | undefined; }; method: "browsingContext.locateNodes"; }>>; } export declare namespace BrowsingContext { const LocateNodesResultSchema: z.ZodLazy; }, "strip", z.ZodTypeAny, { nodes: any[]; }, { nodes: any[]; }>>; } export declare namespace BrowsingContext { const NavigateSchema: z.ZodLazy; params: z.ZodLazy; url: z.ZodString; wait: z.ZodOptional>>; }, "strip", z.ZodTypeAny, { url: string; context: string; wait?: "none" | "interactive" | "complete" | undefined; }, { url: string; context: string; wait?: "none" | "interactive" | "complete" | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { url: string; context: string; wait?: "none" | "interactive" | "complete" | undefined; }; method: "browsingContext.navigate"; }, { params: { url: string; context: string; wait?: "none" | "interactive" | "complete" | undefined; }; method: "browsingContext.navigate"; }>>; } export declare namespace BrowsingContext { const NavigateParametersSchema: z.ZodLazy; url: z.ZodString; wait: z.ZodOptional>>; }, "strip", z.ZodTypeAny, { url: string; context: string; wait?: "none" | "interactive" | "complete" | undefined; }, { url: string; context: string; wait?: "none" | "interactive" | "complete" | undefined; }>>; } export declare namespace BrowsingContext { const NavigateResultSchema: z.ZodLazy, z.ZodNull]>; url: z.ZodString; }, "strip", z.ZodTypeAny, { url: string; navigation: string | null; }, { url: string; navigation: string | null; }>>; } export declare namespace BrowsingContext { const PrintSchema: z.ZodLazy; params: z.ZodLazy; background: z.ZodOptional>; margin: z.ZodOptional>; left: z.ZodOptional>; right: z.ZodOptional>; top: z.ZodOptional>; }, "strip", z.ZodTypeAny, { bottom?: number | undefined; left?: number | undefined; right?: number | undefined; top?: number | undefined; }, { bottom?: number | undefined; left?: number | undefined; right?: number | undefined; top?: number | undefined; }>>>; orientation: z.ZodOptional>>; page: z.ZodOptional>; width: z.ZodOptional>; }, "strip", z.ZodTypeAny, { height?: number | undefined; width?: number | undefined; }, { height?: number | undefined; width?: number | undefined; }>>>; pageRanges: z.ZodOptional, "many">>; scale: z.ZodOptional>; shrinkToFit: z.ZodOptional>; }, "strip", z.ZodTypeAny, { context: string; background?: boolean | undefined; margin?: { bottom?: number | undefined; left?: number | undefined; right?: number | undefined; top?: number | undefined; } | undefined; orientation?: "portrait" | "landscape" | undefined; page?: { height?: number | undefined; width?: number | undefined; } | undefined; pageRanges?: (string | number)[] | undefined; scale?: number | undefined; shrinkToFit?: boolean | undefined; }, { context: string; background?: boolean | undefined; margin?: { bottom?: number | undefined; left?: number | undefined; right?: number | undefined; top?: number | undefined; } | undefined; orientation?: "portrait" | "landscape" | undefined; page?: { height?: number | undefined; width?: number | undefined; } | undefined; pageRanges?: (string | number)[] | undefined; scale?: number | undefined; shrinkToFit?: boolean | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { context: string; background?: boolean | undefined; margin?: { bottom?: number | undefined; left?: number | undefined; right?: number | undefined; top?: number | undefined; } | undefined; orientation?: "portrait" | "landscape" | undefined; page?: { height?: number | undefined; width?: number | undefined; } | undefined; pageRanges?: (string | number)[] | undefined; scale?: number | undefined; shrinkToFit?: boolean | undefined; }; method: "browsingContext.print"; }, { params: { context: string; background?: boolean | undefined; margin?: { bottom?: number | undefined; left?: number | undefined; right?: number | undefined; top?: number | undefined; } | undefined; orientation?: "portrait" | "landscape" | undefined; page?: { height?: number | undefined; width?: number | undefined; } | undefined; pageRanges?: (string | number)[] | undefined; scale?: number | undefined; shrinkToFit?: boolean | undefined; }; method: "browsingContext.print"; }>>; } export declare namespace BrowsingContext { const PrintParametersSchema: z.ZodLazy; background: z.ZodOptional>; margin: z.ZodOptional>; left: z.ZodOptional>; right: z.ZodOptional>; top: z.ZodOptional>; }, "strip", z.ZodTypeAny, { bottom?: number | undefined; left?: number | undefined; right?: number | undefined; top?: number | undefined; }, { bottom?: number | undefined; left?: number | undefined; right?: number | undefined; top?: number | undefined; }>>>; orientation: z.ZodOptional>>; page: z.ZodOptional>; width: z.ZodOptional>; }, "strip", z.ZodTypeAny, { height?: number | undefined; width?: number | undefined; }, { height?: number | undefined; width?: number | undefined; }>>>; pageRanges: z.ZodOptional, "many">>; scale: z.ZodOptional>; shrinkToFit: z.ZodOptional>; }, "strip", z.ZodTypeAny, { context: string; background?: boolean | undefined; margin?: { bottom?: number | undefined; left?: number | undefined; right?: number | undefined; top?: number | undefined; } | undefined; orientation?: "portrait" | "landscape" | undefined; page?: { height?: number | undefined; width?: number | undefined; } | undefined; pageRanges?: (string | number)[] | undefined; scale?: number | undefined; shrinkToFit?: boolean | undefined; }, { context: string; background?: boolean | undefined; margin?: { bottom?: number | undefined; left?: number | undefined; right?: number | undefined; top?: number | undefined; } | undefined; orientation?: "portrait" | "landscape" | undefined; page?: { height?: number | undefined; width?: number | undefined; } | undefined; pageRanges?: (string | number)[] | undefined; scale?: number | undefined; shrinkToFit?: boolean | undefined; }>>; } export declare namespace BrowsingContext { const PrintMarginParametersSchema: z.ZodLazy>; left: z.ZodOptional>; right: z.ZodOptional>; top: z.ZodOptional>; }, "strip", z.ZodTypeAny, { bottom?: number | undefined; left?: number | undefined; right?: number | undefined; top?: number | undefined; }, { bottom?: number | undefined; left?: number | undefined; right?: number | undefined; top?: number | undefined; }>>; } export declare namespace BrowsingContext { const PrintPageParametersSchema: z.ZodLazy>; width: z.ZodOptional>; }, "strip", z.ZodTypeAny, { height?: number | undefined; width?: number | undefined; }, { height?: number | undefined; width?: number | undefined; }>>; } export declare namespace BrowsingContext { const PrintResultSchema: z.ZodLazy>; } export declare namespace BrowsingContext { const ReloadSchema: z.ZodLazy; params: z.ZodLazy; ignoreCache: z.ZodOptional; wait: z.ZodOptional>>; }, "strip", z.ZodTypeAny, { context: string; ignoreCache?: boolean | undefined; wait?: "none" | "interactive" | "complete" | undefined; }, { context: string; ignoreCache?: boolean | undefined; wait?: "none" | "interactive" | "complete" | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { context: string; ignoreCache?: boolean | undefined; wait?: "none" | "interactive" | "complete" | undefined; }; method: "browsingContext.reload"; }, { params: { context: string; ignoreCache?: boolean | undefined; wait?: "none" | "interactive" | "complete" | undefined; }; method: "browsingContext.reload"; }>>; } export declare namespace BrowsingContext { const ReloadParametersSchema: z.ZodLazy; ignoreCache: z.ZodOptional; wait: z.ZodOptional>>; }, "strip", z.ZodTypeAny, { context: string; ignoreCache?: boolean | undefined; wait?: "none" | "interactive" | "complete" | undefined; }, { context: string; ignoreCache?: boolean | undefined; wait?: "none" | "interactive" | "complete" | undefined; }>>; } export declare namespace BrowsingContext { const SetViewportSchema: z.ZodLazy; params: z.ZodLazy; viewport: z.ZodOptional>, z.ZodNull]>>; devicePixelRatio: z.ZodOptional>; }, "strip", z.ZodTypeAny, { context: string; viewport?: { width: number; height: number; } | null | undefined; devicePixelRatio?: number | null | undefined; }, { context: string; viewport?: { width: number; height: number; } | null | undefined; devicePixelRatio?: number | null | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { context: string; viewport?: { width: number; height: number; } | null | undefined; devicePixelRatio?: number | null | undefined; }; method: "browsingContext.setViewport"; }, { params: { context: string; viewport?: { width: number; height: number; } | null | undefined; devicePixelRatio?: number | null | undefined; }; method: "browsingContext.setViewport"; }>>; } export declare namespace BrowsingContext { const SetViewportParametersSchema: z.ZodLazy; viewport: z.ZodOptional>, z.ZodNull]>>; devicePixelRatio: z.ZodOptional>; }, "strip", z.ZodTypeAny, { context: string; viewport?: { width: number; height: number; } | null | undefined; devicePixelRatio?: number | null | undefined; }, { context: string; viewport?: { width: number; height: number; } | null | undefined; devicePixelRatio?: number | null | undefined; }>>; } export declare namespace BrowsingContext { const ViewportSchema: z.ZodLazy>; } export declare namespace BrowsingContext { const TraverseHistorySchema: z.ZodLazy; params: z.ZodLazy; delta: z.ZodNumber; }, "strip", z.ZodTypeAny, { context: string; delta: number; }, { context: string; delta: number; }>>; }, "strip", z.ZodTypeAny, { params: { context: string; delta: number; }; method: "browsingContext.traverseHistory"; }, { params: { context: string; delta: number; }; method: "browsingContext.traverseHistory"; }>>; } export declare namespace BrowsingContext { const TraverseHistoryParametersSchema: z.ZodLazy; delta: z.ZodNumber; }, "strip", z.ZodTypeAny, { context: string; delta: number; }, { context: string; delta: number; }>>; } export declare namespace BrowsingContext { const TraverseHistoryResultSchema: z.ZodLazy>; } export declare namespace BrowsingContext { const ContextCreatedSchema: z.ZodLazy; params: any; }, "strip", z.ZodTypeAny, { method: "browsingContext.contextCreated"; params?: any; }, { method: "browsingContext.contextCreated"; params?: any; }>>; } export declare namespace BrowsingContext { const ContextDestroyedSchema: z.ZodLazy; params: any; }, "strip", z.ZodTypeAny, { method: "browsingContext.contextDestroyed"; params?: any; }, { method: "browsingContext.contextDestroyed"; params?: any; }>>; } export declare namespace BrowsingContext { const NavigationStartedSchema: z.ZodLazy; params: z.ZodLazy; navigation: z.ZodUnion<[z.ZodLazy, z.ZodNull]>; timestamp: z.ZodNumber; url: z.ZodString; }, "strip", z.ZodTypeAny, { url: string; navigation: string | null; context: string; timestamp: number; }, { url: string; navigation: string | null; context: string; timestamp: number; }>>; }, "strip", z.ZodTypeAny, { params: { url: string; navigation: string | null; context: string; timestamp: number; }; method: "browsingContext.navigationStarted"; }, { params: { url: string; navigation: string | null; context: string; timestamp: number; }; method: "browsingContext.navigationStarted"; }>>; } export declare namespace BrowsingContext { const FragmentNavigatedSchema: z.ZodLazy; params: z.ZodLazy; navigation: z.ZodUnion<[z.ZodLazy, z.ZodNull]>; timestamp: z.ZodNumber; url: z.ZodString; }, "strip", z.ZodTypeAny, { url: string; navigation: string | null; context: string; timestamp: number; }, { url: string; navigation: string | null; context: string; timestamp: number; }>>; }, "strip", z.ZodTypeAny, { params: { url: string; navigation: string | null; context: string; timestamp: number; }; method: "browsingContext.fragmentNavigated"; }, { params: { url: string; navigation: string | null; context: string; timestamp: number; }; method: "browsingContext.fragmentNavigated"; }>>; } export declare namespace BrowsingContext { const DomContentLoadedSchema: z.ZodLazy; params: z.ZodLazy; navigation: z.ZodUnion<[z.ZodLazy, z.ZodNull]>; timestamp: z.ZodNumber; url: z.ZodString; }, "strip", z.ZodTypeAny, { url: string; navigation: string | null; context: string; timestamp: number; }, { url: string; navigation: string | null; context: string; timestamp: number; }>>; }, "strip", z.ZodTypeAny, { params: { url: string; navigation: string | null; context: string; timestamp: number; }; method: "browsingContext.domContentLoaded"; }, { params: { url: string; navigation: string | null; context: string; timestamp: number; }; method: "browsingContext.domContentLoaded"; }>>; } export declare namespace BrowsingContext { const LoadSchema: z.ZodLazy; params: z.ZodLazy; navigation: z.ZodUnion<[z.ZodLazy, z.ZodNull]>; timestamp: z.ZodNumber; url: z.ZodString; }, "strip", z.ZodTypeAny, { url: string; navigation: string | null; context: string; timestamp: number; }, { url: string; navigation: string | null; context: string; timestamp: number; }>>; }, "strip", z.ZodTypeAny, { params: { url: string; navigation: string | null; context: string; timestamp: number; }; method: "browsingContext.load"; }, { params: { url: string; navigation: string | null; context: string; timestamp: number; }; method: "browsingContext.load"; }>>; } export declare namespace BrowsingContext { const DownloadWillBeginSchema: z.ZodLazy; params: z.ZodLazy; navigation: z.ZodUnion<[z.ZodLazy, z.ZodNull]>; timestamp: z.ZodNumber; url: z.ZodString; }, "strip", z.ZodTypeAny, { url: string; navigation: string | null; context: string; timestamp: number; }, { url: string; navigation: string | null; context: string; timestamp: number; }>>; }, "strip", z.ZodTypeAny, { params: { url: string; navigation: string | null; context: string; timestamp: number; }; method: "browsingContext.downloadWillBegin"; }, { params: { url: string; navigation: string | null; context: string; timestamp: number; }; method: "browsingContext.downloadWillBegin"; }>>; } export declare namespace BrowsingContext { const NavigationAbortedSchema: z.ZodLazy; params: z.ZodLazy; navigation: z.ZodUnion<[z.ZodLazy, z.ZodNull]>; timestamp: z.ZodNumber; url: z.ZodString; }, "strip", z.ZodTypeAny, { url: string; navigation: string | null; context: string; timestamp: number; }, { url: string; navigation: string | null; context: string; timestamp: number; }>>; }, "strip", z.ZodTypeAny, { params: { url: string; navigation: string | null; context: string; timestamp: number; }; method: "browsingContext.navigationAborted"; }, { params: { url: string; navigation: string | null; context: string; timestamp: number; }; method: "browsingContext.navigationAborted"; }>>; } export declare namespace BrowsingContext { const NavigationFailedSchema: z.ZodLazy; params: z.ZodLazy; navigation: z.ZodUnion<[z.ZodLazy, z.ZodNull]>; timestamp: z.ZodNumber; url: z.ZodString; }, "strip", z.ZodTypeAny, { url: string; navigation: string | null; context: string; timestamp: number; }, { url: string; navigation: string | null; context: string; timestamp: number; }>>; }, "strip", z.ZodTypeAny, { params: { url: string; navigation: string | null; context: string; timestamp: number; }; method: "browsingContext.navigationFailed"; }, { params: { url: string; navigation: string | null; context: string; timestamp: number; }; method: "browsingContext.navigationFailed"; }>>; } export declare namespace BrowsingContext { const UserPromptClosedSchema: z.ZodLazy; params: z.ZodLazy; accepted: z.ZodBoolean; userText: z.ZodOptional; }, "strip", z.ZodTypeAny, { context: string; accepted: boolean; userText?: string | undefined; }, { context: string; accepted: boolean; userText?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { context: string; accepted: boolean; userText?: string | undefined; }; method: "browsingContext.userPromptClosed"; }, { params: { context: string; accepted: boolean; userText?: string | undefined; }; method: "browsingContext.userPromptClosed"; }>>; } export declare namespace BrowsingContext { const UserPromptClosedParametersSchema: z.ZodLazy; accepted: z.ZodBoolean; userText: z.ZodOptional; }, "strip", z.ZodTypeAny, { context: string; accepted: boolean; userText?: string | undefined; }, { context: string; accepted: boolean; userText?: string | undefined; }>>; } export declare namespace BrowsingContext { const UserPromptOpenedSchema: z.ZodLazy; params: z.ZodLazy; type: z.ZodEnum<["alert", "confirm", "prompt", "beforeunload"]>; message: z.ZodString; defaultValue: z.ZodOptional; }, "strip", z.ZodTypeAny, { message: string; type: "prompt" | "alert" | "confirm" | "beforeunload"; context: string; defaultValue?: string | undefined; }, { message: string; type: "prompt" | "alert" | "confirm" | "beforeunload"; context: string; defaultValue?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { message: string; type: "prompt" | "alert" | "confirm" | "beforeunload"; context: string; defaultValue?: string | undefined; }; method: "browsingContext.userPromptOpened"; }, { params: { message: string; type: "prompt" | "alert" | "confirm" | "beforeunload"; context: string; defaultValue?: string | undefined; }; method: "browsingContext.userPromptOpened"; }>>; } export declare namespace BrowsingContext { const UserPromptOpenedParametersSchema: z.ZodLazy; type: z.ZodEnum<["alert", "confirm", "prompt", "beforeunload"]>; message: z.ZodString; defaultValue: z.ZodOptional; }, "strip", z.ZodTypeAny, { message: string; type: "prompt" | "alert" | "confirm" | "beforeunload"; context: string; defaultValue?: string | undefined; }, { message: string; type: "prompt" | "alert" | "confirm" | "beforeunload"; context: string; defaultValue?: string | undefined; }>>; } export declare const NetworkCommandSchema: z.ZodLazy; params: z.ZodLazy>, "many">; contexts: z.ZodOptional, "many">>; urlPatterns: z.ZodOptional; protocol: z.ZodOptional; hostname: z.ZodOptional; port: z.ZodOptional; pathname: z.ZodOptional; search: z.ZodOptional; }, "strip", z.ZodTypeAny, { type: "pattern"; protocol?: string | undefined; hostname?: string | undefined; port?: string | undefined; pathname?: string | undefined; search?: string | undefined; }, { type: "pattern"; protocol?: string | undefined; hostname?: string | undefined; port?: string | undefined; pathname?: string | undefined; search?: string | undefined; }>>, z.ZodLazy; pattern: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; pattern: string; }, { type: "string"; pattern: string; }>>]>>, "many">>; }, "strip", z.ZodTypeAny, { phases: ("beforeRequestSent" | "responseStarted" | "authRequired")[]; contexts?: string[] | undefined; urlPatterns?: ({ type: "pattern"; protocol?: string | undefined; hostname?: string | undefined; port?: string | undefined; pathname?: string | undefined; search?: string | undefined; } | { type: "string"; pattern: string; })[] | undefined; }, { phases: ("beforeRequestSent" | "responseStarted" | "authRequired")[]; contexts?: string[] | undefined; urlPatterns?: ({ type: "pattern"; protocol?: string | undefined; hostname?: string | undefined; port?: string | undefined; pathname?: string | undefined; search?: string | undefined; } | { type: "string"; pattern: string; })[] | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { phases: ("beforeRequestSent" | "responseStarted" | "authRequired")[]; contexts?: string[] | undefined; urlPatterns?: ({ type: "pattern"; protocol?: string | undefined; hostname?: string | undefined; port?: string | undefined; pathname?: string | undefined; search?: string | undefined; } | { type: "string"; pattern: string; })[] | undefined; }; method: "network.addIntercept"; }, { params: { phases: ("beforeRequestSent" | "responseStarted" | "authRequired")[]; contexts?: string[] | undefined; urlPatterns?: ({ type: "pattern"; protocol?: string | undefined; hostname?: string | undefined; port?: string | undefined; pathname?: string | undefined; search?: string | undefined; } | { type: "string"; pattern: string; })[] | undefined; }; method: "network.addIntercept"; }>>, z.ZodLazy; params: z.ZodLazy; body: z.ZodOptional; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>>; cookies: z.ZodOptional; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; }, "strip", z.ZodTypeAny, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }>>, "many">>; headers: z.ZodOptional; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; }, "strip", z.ZodTypeAny, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }>>, "many">>; method: z.ZodOptional; url: z.ZodOptional; }, "strip", z.ZodTypeAny, { request: string; body?: { type: "string"; value: string; } | { type: "base64"; value: string; } | undefined; cookies?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[] | undefined; headers?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[] | undefined; method?: string | undefined; url?: string | undefined; }, { request: string; body?: { type: "string"; value: string; } | { type: "base64"; value: string; } | undefined; cookies?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[] | undefined; headers?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[] | undefined; method?: string | undefined; url?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { request: string; body?: { type: "string"; value: string; } | { type: "base64"; value: string; } | undefined; cookies?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[] | undefined; headers?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[] | undefined; method?: string | undefined; url?: string | undefined; }; method: "network.continueRequest"; }, { params: { request: string; body?: { type: "string"; value: string; } | { type: "base64"; value: string; } | undefined; cookies?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[] | undefined; headers?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[] | undefined; method?: string | undefined; url?: string | undefined; }; method: "network.continueRequest"; }>>, z.ZodLazy; params: z.ZodLazy; cookies: z.ZodOptional; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; domain: z.ZodOptional; httpOnly: z.ZodOptional; expiry: z.ZodOptional; maxAge: z.ZodOptional; path: z.ZodOptional; sameSite: z.ZodOptional>>; secure: z.ZodOptional; }, "strip", z.ZodTypeAny, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; domain?: string | undefined; httpOnly?: boolean | undefined; expiry?: string | undefined; maxAge?: number | undefined; path?: string | undefined; sameSite?: "strict" | "none" | "lax" | undefined; secure?: boolean | undefined; }, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; domain?: string | undefined; httpOnly?: boolean | undefined; expiry?: string | undefined; maxAge?: number | undefined; path?: string | undefined; sameSite?: "strict" | "none" | "lax" | undefined; secure?: boolean | undefined; }>>, "many">>; credentials: z.ZodOptional; username: z.ZodString; password: z.ZodString; }, "strip", z.ZodTypeAny, { type: "password"; password: string; username: string; }, { type: "password"; password: string; username: string; }>>>; headers: z.ZodOptional; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; }, "strip", z.ZodTypeAny, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }>>, "many">>; reasonPhrase: z.ZodOptional; statusCode: z.ZodOptional; }, "strip", z.ZodTypeAny, { request: string; cookies?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; domain?: string | undefined; httpOnly?: boolean | undefined; expiry?: string | undefined; maxAge?: number | undefined; path?: string | undefined; sameSite?: "strict" | "none" | "lax" | undefined; secure?: boolean | undefined; }[] | undefined; credentials?: { type: "password"; password: string; username: string; } | undefined; headers?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[] | undefined; reasonPhrase?: string | undefined; statusCode?: number | undefined; }, { request: string; cookies?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; domain?: string | undefined; httpOnly?: boolean | undefined; expiry?: string | undefined; maxAge?: number | undefined; path?: string | undefined; sameSite?: "strict" | "none" | "lax" | undefined; secure?: boolean | undefined; }[] | undefined; credentials?: { type: "password"; password: string; username: string; } | undefined; headers?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[] | undefined; reasonPhrase?: string | undefined; statusCode?: number | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { request: string; cookies?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; domain?: string | undefined; httpOnly?: boolean | undefined; expiry?: string | undefined; maxAge?: number | undefined; path?: string | undefined; sameSite?: "strict" | "none" | "lax" | undefined; secure?: boolean | undefined; }[] | undefined; credentials?: { type: "password"; password: string; username: string; } | undefined; headers?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[] | undefined; reasonPhrase?: string | undefined; statusCode?: number | undefined; }; method: "network.continueResponse"; }, { params: { request: string; cookies?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; domain?: string | undefined; httpOnly?: boolean | undefined; expiry?: string | undefined; maxAge?: number | undefined; path?: string | undefined; sameSite?: "strict" | "none" | "lax" | undefined; secure?: boolean | undefined; }[] | undefined; credentials?: { type: "password"; password: string; username: string; } | undefined; headers?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[] | undefined; reasonPhrase?: string | undefined; statusCode?: number | undefined; }; method: "network.continueResponse"; }>>, z.ZodLazy; params: z.ZodLazy; }, "strip", z.ZodTypeAny, { request: string; }, { request: string; }>, z.ZodUnion<[z.ZodLazy; credentials: z.ZodLazy; username: z.ZodString; password: z.ZodString; }, "strip", z.ZodTypeAny, { type: "password"; password: string; username: string; }, { type: "password"; password: string; username: string; }>>; }, "strip", z.ZodTypeAny, { credentials: { type: "password"; password: string; username: string; }; action: "provideCredentials"; }, { credentials: { type: "password"; password: string; username: string; }; action: "provideCredentials"; }>>, z.ZodLazy; }, "strip", z.ZodTypeAny, { action: "default" | "cancel"; }, { action: "default" | "cancel"; }>>]>>>; }, "strip", z.ZodTypeAny, { params: ({ request: string; } & { credentials: { type: "password"; password: string; username: string; }; action: "provideCredentials"; }) | ({ request: string; } & { action: "default" | "cancel"; }); method: "network.continueWithAuth"; }, { params: ({ request: string; } & { credentials: { type: "password"; password: string; username: string; }; action: "provideCredentials"; }) | ({ request: string; } & { action: "default" | "cancel"; }); method: "network.continueWithAuth"; }>>, z.ZodLazy; params: z.ZodLazy; }, "strip", z.ZodTypeAny, { request: string; }, { request: string; }>>; }, "strip", z.ZodTypeAny, { params: { request: string; }; method: "network.failRequest"; }, { params: { request: string; }; method: "network.failRequest"; }>>, z.ZodLazy; params: z.ZodLazy; body: z.ZodOptional; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>>; cookies: z.ZodOptional; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; domain: z.ZodOptional; httpOnly: z.ZodOptional; expiry: z.ZodOptional; maxAge: z.ZodOptional; path: z.ZodOptional; sameSite: z.ZodOptional>>; secure: z.ZodOptional; }, "strip", z.ZodTypeAny, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; domain?: string | undefined; httpOnly?: boolean | undefined; expiry?: string | undefined; maxAge?: number | undefined; path?: string | undefined; sameSite?: "strict" | "none" | "lax" | undefined; secure?: boolean | undefined; }, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; domain?: string | undefined; httpOnly?: boolean | undefined; expiry?: string | undefined; maxAge?: number | undefined; path?: string | undefined; sameSite?: "strict" | "none" | "lax" | undefined; secure?: boolean | undefined; }>>, "many">>; headers: z.ZodOptional; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; }, "strip", z.ZodTypeAny, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }>>, "many">>; reasonPhrase: z.ZodOptional; statusCode: z.ZodOptional; }, "strip", z.ZodTypeAny, { request: string; body?: { type: "string"; value: string; } | { type: "base64"; value: string; } | undefined; cookies?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; domain?: string | undefined; httpOnly?: boolean | undefined; expiry?: string | undefined; maxAge?: number | undefined; path?: string | undefined; sameSite?: "strict" | "none" | "lax" | undefined; secure?: boolean | undefined; }[] | undefined; headers?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[] | undefined; reasonPhrase?: string | undefined; statusCode?: number | undefined; }, { request: string; body?: { type: "string"; value: string; } | { type: "base64"; value: string; } | undefined; cookies?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; domain?: string | undefined; httpOnly?: boolean | undefined; expiry?: string | undefined; maxAge?: number | undefined; path?: string | undefined; sameSite?: "strict" | "none" | "lax" | undefined; secure?: boolean | undefined; }[] | undefined; headers?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[] | undefined; reasonPhrase?: string | undefined; statusCode?: number | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { request: string; body?: { type: "string"; value: string; } | { type: "base64"; value: string; } | undefined; cookies?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; domain?: string | undefined; httpOnly?: boolean | undefined; expiry?: string | undefined; maxAge?: number | undefined; path?: string | undefined; sameSite?: "strict" | "none" | "lax" | undefined; secure?: boolean | undefined; }[] | undefined; headers?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[] | undefined; reasonPhrase?: string | undefined; statusCode?: number | undefined; }; method: "network.provideResponse"; }, { params: { request: string; body?: { type: "string"; value: string; } | { type: "base64"; value: string; } | undefined; cookies?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; domain?: string | undefined; httpOnly?: boolean | undefined; expiry?: string | undefined; maxAge?: number | undefined; path?: string | undefined; sameSite?: "strict" | "none" | "lax" | undefined; secure?: boolean | undefined; }[] | undefined; headers?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[] | undefined; reasonPhrase?: string | undefined; statusCode?: number | undefined; }; method: "network.provideResponse"; }>>, z.ZodLazy; params: z.ZodLazy; }, "strip", z.ZodTypeAny, { intercept: string; }, { intercept: string; }>>; }, "strip", z.ZodTypeAny, { params: { intercept: string; }; method: "network.removeIntercept"; }, { params: { intercept: string; }; method: "network.removeIntercept"; }>>]>>; export declare const NetworkEventSchema: z.ZodLazy; params: z.ZodLazy, z.ZodNull]>; isBlocked: z.ZodBoolean; navigation: z.ZodUnion<[z.ZodLazy, z.ZodNull]>; redirectCount: z.ZodNumber; request: z.ZodLazy; url: z.ZodString; method: z.ZodString; headers: z.ZodArray; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; }, "strip", z.ZodTypeAny, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }>>, "many">; cookies: z.ZodArray; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; domain: z.ZodString; path: z.ZodString; size: z.ZodNumber; httpOnly: z.ZodBoolean; secure: z.ZodBoolean; sameSite: z.ZodLazy>; expiry: z.ZodOptional; }, "strip", z.ZodTypeAny, { path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; }, { path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; }>, z.ZodLazy>>>, "many">; headersSize: z.ZodNumber; bodySize: z.ZodUnion<[z.ZodNumber, z.ZodNull]>; timings: z.ZodLazy>; }, "strip", z.ZodTypeAny, { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }, { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }>>; timestamp: z.ZodNumber; intercepts: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; }, { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; }>>, z.ZodObject<{ response: z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; }, "strip", z.ZodTypeAny, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }>>, "many">; mimeType: z.ZodString; bytesReceived: z.ZodNumber; headersSize: z.ZodUnion<[z.ZodNumber, z.ZodNull]>; bodySize: z.ZodUnion<[z.ZodNumber, z.ZodNull]>; content: z.ZodLazy>; authChallenges: z.ZodOptional>, "many">>; }, "strip", z.ZodTypeAny, { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }, { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }>>; }, "strip", z.ZodTypeAny, { response: { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }; }, { response: { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }; }>>>; }, "strip", z.ZodTypeAny, { params: { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; } & { response: { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }; }; method: "network.authRequired"; }, { params: { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; } & { response: { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }; }; method: "network.authRequired"; }>>, z.ZodLazy; params: z.ZodLazy, z.ZodNull]>; isBlocked: z.ZodBoolean; navigation: z.ZodUnion<[z.ZodLazy, z.ZodNull]>; redirectCount: z.ZodNumber; request: z.ZodLazy; url: z.ZodString; method: z.ZodString; headers: z.ZodArray; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; }, "strip", z.ZodTypeAny, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }>>, "many">; cookies: z.ZodArray; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; domain: z.ZodString; path: z.ZodString; size: z.ZodNumber; httpOnly: z.ZodBoolean; secure: z.ZodBoolean; sameSite: z.ZodLazy>; expiry: z.ZodOptional; }, "strip", z.ZodTypeAny, { path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; }, { path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; }>, z.ZodLazy>>>, "many">; headersSize: z.ZodNumber; bodySize: z.ZodUnion<[z.ZodNumber, z.ZodNull]>; timings: z.ZodLazy>; }, "strip", z.ZodTypeAny, { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }, { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }>>; timestamp: z.ZodNumber; intercepts: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; }, { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; }>>, z.ZodObject<{ initiator: z.ZodLazy; columnNumber: z.ZodOptional; lineNumber: z.ZodOptional; stackTrace: z.ZodOptional>, "many">; }, "strip", z.ZodTypeAny, { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }, { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }>>>; request: z.ZodOptional>; }, "strip", z.ZodTypeAny, { type: "other" | "script" | "parser" | "preflight"; columnNumber?: number | undefined; lineNumber?: number | undefined; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; request?: string | undefined; }, { type: "other" | "script" | "parser" | "preflight"; columnNumber?: number | undefined; lineNumber?: number | undefined; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; request?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { initiator: { type: "other" | "script" | "parser" | "preflight"; columnNumber?: number | undefined; lineNumber?: number | undefined; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; request?: string | undefined; }; }, { initiator: { type: "other" | "script" | "parser" | "preflight"; columnNumber?: number | undefined; lineNumber?: number | undefined; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; request?: string | undefined; }; }>>>; }, "strip", z.ZodTypeAny, { params: { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; } & { initiator: { type: "other" | "script" | "parser" | "preflight"; columnNumber?: number | undefined; lineNumber?: number | undefined; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; request?: string | undefined; }; }; method: "network.beforeRequestSent"; }, { params: { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; } & { initiator: { type: "other" | "script" | "parser" | "preflight"; columnNumber?: number | undefined; lineNumber?: number | undefined; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; request?: string | undefined; }; }; method: "network.beforeRequestSent"; }>>, z.ZodLazy; params: z.ZodLazy, z.ZodNull]>; isBlocked: z.ZodBoolean; navigation: z.ZodUnion<[z.ZodLazy, z.ZodNull]>; redirectCount: z.ZodNumber; request: z.ZodLazy; url: z.ZodString; method: z.ZodString; headers: z.ZodArray; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; }, "strip", z.ZodTypeAny, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }>>, "many">; cookies: z.ZodArray; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; domain: z.ZodString; path: z.ZodString; size: z.ZodNumber; httpOnly: z.ZodBoolean; secure: z.ZodBoolean; sameSite: z.ZodLazy>; expiry: z.ZodOptional; }, "strip", z.ZodTypeAny, { path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; }, { path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; }>, z.ZodLazy>>>, "many">; headersSize: z.ZodNumber; bodySize: z.ZodUnion<[z.ZodNumber, z.ZodNull]>; timings: z.ZodLazy>; }, "strip", z.ZodTypeAny, { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }, { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }>>; timestamp: z.ZodNumber; intercepts: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; }, { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; }>>, z.ZodObject<{ errorText: z.ZodString; }, "strip", z.ZodTypeAny, { errorText: string; }, { errorText: string; }>>>; }, "strip", z.ZodTypeAny, { params: { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; } & { errorText: string; }; method: "network.fetchError"; }, { params: { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; } & { errorText: string; }; method: "network.fetchError"; }>>, z.ZodLazy; params: z.ZodLazy, z.ZodNull]>; isBlocked: z.ZodBoolean; navigation: z.ZodUnion<[z.ZodLazy, z.ZodNull]>; redirectCount: z.ZodNumber; request: z.ZodLazy; url: z.ZodString; method: z.ZodString; headers: z.ZodArray; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; }, "strip", z.ZodTypeAny, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }>>, "many">; cookies: z.ZodArray; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; domain: z.ZodString; path: z.ZodString; size: z.ZodNumber; httpOnly: z.ZodBoolean; secure: z.ZodBoolean; sameSite: z.ZodLazy>; expiry: z.ZodOptional; }, "strip", z.ZodTypeAny, { path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; }, { path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; }>, z.ZodLazy>>>, "many">; headersSize: z.ZodNumber; bodySize: z.ZodUnion<[z.ZodNumber, z.ZodNull]>; timings: z.ZodLazy>; }, "strip", z.ZodTypeAny, { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }, { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }>>; timestamp: z.ZodNumber; intercepts: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; }, { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; }>>, z.ZodObject<{ response: z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; }, "strip", z.ZodTypeAny, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }>>, "many">; mimeType: z.ZodString; bytesReceived: z.ZodNumber; headersSize: z.ZodUnion<[z.ZodNumber, z.ZodNull]>; bodySize: z.ZodUnion<[z.ZodNumber, z.ZodNull]>; content: z.ZodLazy>; authChallenges: z.ZodOptional>, "many">>; }, "strip", z.ZodTypeAny, { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }, { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }>>; }, "strip", z.ZodTypeAny, { response: { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }; }, { response: { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }; }>>>; }, "strip", z.ZodTypeAny, { params: { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; } & { response: { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }; }; method: "network.responseCompleted"; }, { params: { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; } & { response: { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }; }; method: "network.responseCompleted"; }>>, z.ZodLazy; params: z.ZodLazy, z.ZodNull]>; isBlocked: z.ZodBoolean; navigation: z.ZodUnion<[z.ZodLazy, z.ZodNull]>; redirectCount: z.ZodNumber; request: z.ZodLazy; url: z.ZodString; method: z.ZodString; headers: z.ZodArray; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; }, "strip", z.ZodTypeAny, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }>>, "many">; cookies: z.ZodArray; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; domain: z.ZodString; path: z.ZodString; size: z.ZodNumber; httpOnly: z.ZodBoolean; secure: z.ZodBoolean; sameSite: z.ZodLazy>; expiry: z.ZodOptional; }, "strip", z.ZodTypeAny, { path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; }, { path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; }>, z.ZodLazy>>>, "many">; headersSize: z.ZodNumber; bodySize: z.ZodUnion<[z.ZodNumber, z.ZodNull]>; timings: z.ZodLazy>; }, "strip", z.ZodTypeAny, { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }, { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }>>; timestamp: z.ZodNumber; intercepts: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; }, { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; }>>, z.ZodObject<{ response: z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; }, "strip", z.ZodTypeAny, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }>>, "many">; mimeType: z.ZodString; bytesReceived: z.ZodNumber; headersSize: z.ZodUnion<[z.ZodNumber, z.ZodNull]>; bodySize: z.ZodUnion<[z.ZodNumber, z.ZodNull]>; content: z.ZodLazy>; authChallenges: z.ZodOptional>, "many">>; }, "strip", z.ZodTypeAny, { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }, { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }>>; }, "strip", z.ZodTypeAny, { response: { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }; }, { response: { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }; }>>>; }, "strip", z.ZodTypeAny, { params: { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; } & { response: { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }; }; method: "network.responseStarted"; }, { params: { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; } & { response: { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }; }; method: "network.responseStarted"; }>>]>>; export declare const NetworkResultSchema: z.ZodLazy; }, "strip", z.ZodTypeAny, { intercept: string; }, { intercept: string; }>>>; export declare namespace Network { const AuthChallengeSchema: z.ZodLazy>; } export declare namespace Network { const AuthCredentialsSchema: z.ZodLazy; username: z.ZodString; password: z.ZodString; }, "strip", z.ZodTypeAny, { type: "password"; password: string; username: string; }, { type: "password"; password: string; username: string; }>>; } export declare namespace Network { const BaseParametersSchema: z.ZodLazy, z.ZodNull]>; isBlocked: z.ZodBoolean; navigation: z.ZodUnion<[z.ZodLazy, z.ZodNull]>; redirectCount: z.ZodNumber; request: z.ZodLazy; url: z.ZodString; method: z.ZodString; headers: z.ZodArray; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; }, "strip", z.ZodTypeAny, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }>>, "many">; cookies: z.ZodArray; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; domain: z.ZodString; path: z.ZodString; size: z.ZodNumber; httpOnly: z.ZodBoolean; secure: z.ZodBoolean; sameSite: z.ZodLazy>; expiry: z.ZodOptional; }, "strip", z.ZodTypeAny, { path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; }, { path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; }>, z.ZodLazy>>>, "many">; headersSize: z.ZodNumber; bodySize: z.ZodUnion<[z.ZodNumber, z.ZodNull]>; timings: z.ZodLazy>; }, "strip", z.ZodTypeAny, { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }, { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }>>; timestamp: z.ZodNumber; intercepts: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; }, { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; }>>; } export declare namespace Network { const BytesValueSchema: z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; } export declare namespace Network { const StringValueSchema: z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>; } export declare namespace Network { const Base64ValueSchema: z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>; } export declare namespace Network { const SameSiteSchema: z.ZodLazy>; } export declare namespace Network { const CookieSchema: z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; domain: z.ZodString; path: z.ZodString; size: z.ZodNumber; httpOnly: z.ZodBoolean; secure: z.ZodBoolean; sameSite: z.ZodLazy>; expiry: z.ZodOptional; }, "strip", z.ZodTypeAny, { path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; }, { path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; }>, z.ZodLazy>>>; } export declare namespace Network { const CookieHeaderSchema: z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; }, "strip", z.ZodTypeAny, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }>>; } export declare namespace Network { const FetchTimingInfoSchema: z.ZodLazy>; } export declare namespace Network { const HeaderSchema: z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; }, "strip", z.ZodTypeAny, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }>>; } export declare namespace Network { const InitiatorSchema: z.ZodLazy; columnNumber: z.ZodOptional; lineNumber: z.ZodOptional; stackTrace: z.ZodOptional>, "many">; }, "strip", z.ZodTypeAny, { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }, { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }>>>; request: z.ZodOptional>; }, "strip", z.ZodTypeAny, { type: "other" | "script" | "parser" | "preflight"; columnNumber?: number | undefined; lineNumber?: number | undefined; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; request?: string | undefined; }, { type: "other" | "script" | "parser" | "preflight"; columnNumber?: number | undefined; lineNumber?: number | undefined; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; request?: string | undefined; }>>; } export declare namespace Network { const InterceptSchema: z.ZodLazy; } export declare namespace Network { const RequestSchema: z.ZodLazy; } export declare namespace Network { const RequestDataSchema: z.ZodLazy; url: z.ZodString; method: z.ZodString; headers: z.ZodArray; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; }, "strip", z.ZodTypeAny, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }>>, "many">; cookies: z.ZodArray; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; domain: z.ZodString; path: z.ZodString; size: z.ZodNumber; httpOnly: z.ZodBoolean; secure: z.ZodBoolean; sameSite: z.ZodLazy>; expiry: z.ZodOptional; }, "strip", z.ZodTypeAny, { path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; }, { path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; }>, z.ZodLazy>>>, "many">; headersSize: z.ZodNumber; bodySize: z.ZodUnion<[z.ZodNumber, z.ZodNull]>; timings: z.ZodLazy>; }, "strip", z.ZodTypeAny, { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }, { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }>>; } export declare namespace Network { const ResponseContentSchema: z.ZodLazy>; } export declare namespace Network { const ResponseDataSchema: z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; }, "strip", z.ZodTypeAny, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }>>, "many">; mimeType: z.ZodString; bytesReceived: z.ZodNumber; headersSize: z.ZodUnion<[z.ZodNumber, z.ZodNull]>; bodySize: z.ZodUnion<[z.ZodNumber, z.ZodNull]>; content: z.ZodLazy>; authChallenges: z.ZodOptional>, "many">>; }, "strip", z.ZodTypeAny, { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }, { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }>>; } export declare namespace Network { const SetCookieHeaderSchema: z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; domain: z.ZodOptional; httpOnly: z.ZodOptional; expiry: z.ZodOptional; maxAge: z.ZodOptional; path: z.ZodOptional; sameSite: z.ZodOptional>>; secure: z.ZodOptional; }, "strip", z.ZodTypeAny, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; domain?: string | undefined; httpOnly?: boolean | undefined; expiry?: string | undefined; maxAge?: number | undefined; path?: string | undefined; sameSite?: "strict" | "none" | "lax" | undefined; secure?: boolean | undefined; }, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; domain?: string | undefined; httpOnly?: boolean | undefined; expiry?: string | undefined; maxAge?: number | undefined; path?: string | undefined; sameSite?: "strict" | "none" | "lax" | undefined; secure?: boolean | undefined; }>>; } export declare namespace Network { const UrlPatternSchema: z.ZodLazy; protocol: z.ZodOptional; hostname: z.ZodOptional; port: z.ZodOptional; pathname: z.ZodOptional; search: z.ZodOptional; }, "strip", z.ZodTypeAny, { type: "pattern"; protocol?: string | undefined; hostname?: string | undefined; port?: string | undefined; pathname?: string | undefined; search?: string | undefined; }, { type: "pattern"; protocol?: string | undefined; hostname?: string | undefined; port?: string | undefined; pathname?: string | undefined; search?: string | undefined; }>>, z.ZodLazy; pattern: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; pattern: string; }, { type: "string"; pattern: string; }>>]>>; } export declare namespace Network { const UrlPatternPatternSchema: z.ZodLazy; protocol: z.ZodOptional; hostname: z.ZodOptional; port: z.ZodOptional; pathname: z.ZodOptional; search: z.ZodOptional; }, "strip", z.ZodTypeAny, { type: "pattern"; protocol?: string | undefined; hostname?: string | undefined; port?: string | undefined; pathname?: string | undefined; search?: string | undefined; }, { type: "pattern"; protocol?: string | undefined; hostname?: string | undefined; port?: string | undefined; pathname?: string | undefined; search?: string | undefined; }>>; } export declare namespace Network { const UrlPatternStringSchema: z.ZodLazy; pattern: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; pattern: string; }, { type: "string"; pattern: string; }>>; } export declare namespace Network { const AddInterceptParametersSchema: z.ZodLazy>, "many">; contexts: z.ZodOptional, "many">>; urlPatterns: z.ZodOptional; protocol: z.ZodOptional; hostname: z.ZodOptional; port: z.ZodOptional; pathname: z.ZodOptional; search: z.ZodOptional; }, "strip", z.ZodTypeAny, { type: "pattern"; protocol?: string | undefined; hostname?: string | undefined; port?: string | undefined; pathname?: string | undefined; search?: string | undefined; }, { type: "pattern"; protocol?: string | undefined; hostname?: string | undefined; port?: string | undefined; pathname?: string | undefined; search?: string | undefined; }>>, z.ZodLazy; pattern: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; pattern: string; }, { type: "string"; pattern: string; }>>]>>, "many">>; }, "strip", z.ZodTypeAny, { phases: ("beforeRequestSent" | "responseStarted" | "authRequired")[]; contexts?: string[] | undefined; urlPatterns?: ({ type: "pattern"; protocol?: string | undefined; hostname?: string | undefined; port?: string | undefined; pathname?: string | undefined; search?: string | undefined; } | { type: "string"; pattern: string; })[] | undefined; }, { phases: ("beforeRequestSent" | "responseStarted" | "authRequired")[]; contexts?: string[] | undefined; urlPatterns?: ({ type: "pattern"; protocol?: string | undefined; hostname?: string | undefined; port?: string | undefined; pathname?: string | undefined; search?: string | undefined; } | { type: "string"; pattern: string; })[] | undefined; }>>; } export declare namespace Network { const AddInterceptSchema: z.ZodLazy; params: z.ZodLazy>, "many">; contexts: z.ZodOptional, "many">>; urlPatterns: z.ZodOptional; protocol: z.ZodOptional; hostname: z.ZodOptional; port: z.ZodOptional; pathname: z.ZodOptional; search: z.ZodOptional; }, "strip", z.ZodTypeAny, { type: "pattern"; protocol?: string | undefined; hostname?: string | undefined; port?: string | undefined; pathname?: string | undefined; search?: string | undefined; }, { type: "pattern"; protocol?: string | undefined; hostname?: string | undefined; port?: string | undefined; pathname?: string | undefined; search?: string | undefined; }>>, z.ZodLazy; pattern: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; pattern: string; }, { type: "string"; pattern: string; }>>]>>, "many">>; }, "strip", z.ZodTypeAny, { phases: ("beforeRequestSent" | "responseStarted" | "authRequired")[]; contexts?: string[] | undefined; urlPatterns?: ({ type: "pattern"; protocol?: string | undefined; hostname?: string | undefined; port?: string | undefined; pathname?: string | undefined; search?: string | undefined; } | { type: "string"; pattern: string; })[] | undefined; }, { phases: ("beforeRequestSent" | "responseStarted" | "authRequired")[]; contexts?: string[] | undefined; urlPatterns?: ({ type: "pattern"; protocol?: string | undefined; hostname?: string | undefined; port?: string | undefined; pathname?: string | undefined; search?: string | undefined; } | { type: "string"; pattern: string; })[] | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { phases: ("beforeRequestSent" | "responseStarted" | "authRequired")[]; contexts?: string[] | undefined; urlPatterns?: ({ type: "pattern"; protocol?: string | undefined; hostname?: string | undefined; port?: string | undefined; pathname?: string | undefined; search?: string | undefined; } | { type: "string"; pattern: string; })[] | undefined; }; method: "network.addIntercept"; }, { params: { phases: ("beforeRequestSent" | "responseStarted" | "authRequired")[]; contexts?: string[] | undefined; urlPatterns?: ({ type: "pattern"; protocol?: string | undefined; hostname?: string | undefined; port?: string | undefined; pathname?: string | undefined; search?: string | undefined; } | { type: "string"; pattern: string; })[] | undefined; }; method: "network.addIntercept"; }>>; } export declare namespace Network { const InterceptPhaseSchema: z.ZodLazy>; } export declare namespace Network { const AddInterceptResultSchema: z.ZodLazy; }, "strip", z.ZodTypeAny, { intercept: string; }, { intercept: string; }>>; } export declare namespace Network { const ContinueRequestSchema: z.ZodLazy; params: z.ZodLazy; body: z.ZodOptional; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>>; cookies: z.ZodOptional; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; }, "strip", z.ZodTypeAny, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }>>, "many">>; headers: z.ZodOptional; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; }, "strip", z.ZodTypeAny, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }>>, "many">>; method: z.ZodOptional; url: z.ZodOptional; }, "strip", z.ZodTypeAny, { request: string; body?: { type: "string"; value: string; } | { type: "base64"; value: string; } | undefined; cookies?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[] | undefined; headers?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[] | undefined; method?: string | undefined; url?: string | undefined; }, { request: string; body?: { type: "string"; value: string; } | { type: "base64"; value: string; } | undefined; cookies?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[] | undefined; headers?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[] | undefined; method?: string | undefined; url?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { request: string; body?: { type: "string"; value: string; } | { type: "base64"; value: string; } | undefined; cookies?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[] | undefined; headers?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[] | undefined; method?: string | undefined; url?: string | undefined; }; method: "network.continueRequest"; }, { params: { request: string; body?: { type: "string"; value: string; } | { type: "base64"; value: string; } | undefined; cookies?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[] | undefined; headers?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[] | undefined; method?: string | undefined; url?: string | undefined; }; method: "network.continueRequest"; }>>; } export declare namespace Network { const ContinueRequestParametersSchema: z.ZodLazy; body: z.ZodOptional; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>>; cookies: z.ZodOptional; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; }, "strip", z.ZodTypeAny, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }>>, "many">>; headers: z.ZodOptional; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; }, "strip", z.ZodTypeAny, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }>>, "many">>; method: z.ZodOptional; url: z.ZodOptional; }, "strip", z.ZodTypeAny, { request: string; body?: { type: "string"; value: string; } | { type: "base64"; value: string; } | undefined; cookies?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[] | undefined; headers?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[] | undefined; method?: string | undefined; url?: string | undefined; }, { request: string; body?: { type: "string"; value: string; } | { type: "base64"; value: string; } | undefined; cookies?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[] | undefined; headers?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[] | undefined; method?: string | undefined; url?: string | undefined; }>>; } export declare namespace Network { const ContinueResponseSchema: z.ZodLazy; params: z.ZodLazy; cookies: z.ZodOptional; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; domain: z.ZodOptional; httpOnly: z.ZodOptional; expiry: z.ZodOptional; maxAge: z.ZodOptional; path: z.ZodOptional; sameSite: z.ZodOptional>>; secure: z.ZodOptional; }, "strip", z.ZodTypeAny, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; domain?: string | undefined; httpOnly?: boolean | undefined; expiry?: string | undefined; maxAge?: number | undefined; path?: string | undefined; sameSite?: "strict" | "none" | "lax" | undefined; secure?: boolean | undefined; }, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; domain?: string | undefined; httpOnly?: boolean | undefined; expiry?: string | undefined; maxAge?: number | undefined; path?: string | undefined; sameSite?: "strict" | "none" | "lax" | undefined; secure?: boolean | undefined; }>>, "many">>; credentials: z.ZodOptional; username: z.ZodString; password: z.ZodString; }, "strip", z.ZodTypeAny, { type: "password"; password: string; username: string; }, { type: "password"; password: string; username: string; }>>>; headers: z.ZodOptional; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; }, "strip", z.ZodTypeAny, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }>>, "many">>; reasonPhrase: z.ZodOptional; statusCode: z.ZodOptional; }, "strip", z.ZodTypeAny, { request: string; cookies?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; domain?: string | undefined; httpOnly?: boolean | undefined; expiry?: string | undefined; maxAge?: number | undefined; path?: string | undefined; sameSite?: "strict" | "none" | "lax" | undefined; secure?: boolean | undefined; }[] | undefined; credentials?: { type: "password"; password: string; username: string; } | undefined; headers?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[] | undefined; reasonPhrase?: string | undefined; statusCode?: number | undefined; }, { request: string; cookies?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; domain?: string | undefined; httpOnly?: boolean | undefined; expiry?: string | undefined; maxAge?: number | undefined; path?: string | undefined; sameSite?: "strict" | "none" | "lax" | undefined; secure?: boolean | undefined; }[] | undefined; credentials?: { type: "password"; password: string; username: string; } | undefined; headers?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[] | undefined; reasonPhrase?: string | undefined; statusCode?: number | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { request: string; cookies?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; domain?: string | undefined; httpOnly?: boolean | undefined; expiry?: string | undefined; maxAge?: number | undefined; path?: string | undefined; sameSite?: "strict" | "none" | "lax" | undefined; secure?: boolean | undefined; }[] | undefined; credentials?: { type: "password"; password: string; username: string; } | undefined; headers?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[] | undefined; reasonPhrase?: string | undefined; statusCode?: number | undefined; }; method: "network.continueResponse"; }, { params: { request: string; cookies?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; domain?: string | undefined; httpOnly?: boolean | undefined; expiry?: string | undefined; maxAge?: number | undefined; path?: string | undefined; sameSite?: "strict" | "none" | "lax" | undefined; secure?: boolean | undefined; }[] | undefined; credentials?: { type: "password"; password: string; username: string; } | undefined; headers?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[] | undefined; reasonPhrase?: string | undefined; statusCode?: number | undefined; }; method: "network.continueResponse"; }>>; } export declare namespace Network { const ContinueResponseParametersSchema: z.ZodLazy; cookies: z.ZodOptional; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; domain: z.ZodOptional; httpOnly: z.ZodOptional; expiry: z.ZodOptional; maxAge: z.ZodOptional; path: z.ZodOptional; sameSite: z.ZodOptional>>; secure: z.ZodOptional; }, "strip", z.ZodTypeAny, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; domain?: string | undefined; httpOnly?: boolean | undefined; expiry?: string | undefined; maxAge?: number | undefined; path?: string | undefined; sameSite?: "strict" | "none" | "lax" | undefined; secure?: boolean | undefined; }, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; domain?: string | undefined; httpOnly?: boolean | undefined; expiry?: string | undefined; maxAge?: number | undefined; path?: string | undefined; sameSite?: "strict" | "none" | "lax" | undefined; secure?: boolean | undefined; }>>, "many">>; credentials: z.ZodOptional; username: z.ZodString; password: z.ZodString; }, "strip", z.ZodTypeAny, { type: "password"; password: string; username: string; }, { type: "password"; password: string; username: string; }>>>; headers: z.ZodOptional; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; }, "strip", z.ZodTypeAny, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }>>, "many">>; reasonPhrase: z.ZodOptional; statusCode: z.ZodOptional; }, "strip", z.ZodTypeAny, { request: string; cookies?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; domain?: string | undefined; httpOnly?: boolean | undefined; expiry?: string | undefined; maxAge?: number | undefined; path?: string | undefined; sameSite?: "strict" | "none" | "lax" | undefined; secure?: boolean | undefined; }[] | undefined; credentials?: { type: "password"; password: string; username: string; } | undefined; headers?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[] | undefined; reasonPhrase?: string | undefined; statusCode?: number | undefined; }, { request: string; cookies?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; domain?: string | undefined; httpOnly?: boolean | undefined; expiry?: string | undefined; maxAge?: number | undefined; path?: string | undefined; sameSite?: "strict" | "none" | "lax" | undefined; secure?: boolean | undefined; }[] | undefined; credentials?: { type: "password"; password: string; username: string; } | undefined; headers?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[] | undefined; reasonPhrase?: string | undefined; statusCode?: number | undefined; }>>; } export declare namespace Network { const ContinueWithAuthSchema: z.ZodLazy; params: z.ZodLazy; }, "strip", z.ZodTypeAny, { request: string; }, { request: string; }>, z.ZodUnion<[z.ZodLazy; credentials: z.ZodLazy; username: z.ZodString; password: z.ZodString; }, "strip", z.ZodTypeAny, { type: "password"; password: string; username: string; }, { type: "password"; password: string; username: string; }>>; }, "strip", z.ZodTypeAny, { credentials: { type: "password"; password: string; username: string; }; action: "provideCredentials"; }, { credentials: { type: "password"; password: string; username: string; }; action: "provideCredentials"; }>>, z.ZodLazy; }, "strip", z.ZodTypeAny, { action: "default" | "cancel"; }, { action: "default" | "cancel"; }>>]>>>; }, "strip", z.ZodTypeAny, { params: ({ request: string; } & { credentials: { type: "password"; password: string; username: string; }; action: "provideCredentials"; }) | ({ request: string; } & { action: "default" | "cancel"; }); method: "network.continueWithAuth"; }, { params: ({ request: string; } & { credentials: { type: "password"; password: string; username: string; }; action: "provideCredentials"; }) | ({ request: string; } & { action: "default" | "cancel"; }); method: "network.continueWithAuth"; }>>; } export declare namespace Network { const ContinueWithAuthParametersSchema: z.ZodLazy; }, "strip", z.ZodTypeAny, { request: string; }, { request: string; }>, z.ZodUnion<[z.ZodLazy; credentials: z.ZodLazy; username: z.ZodString; password: z.ZodString; }, "strip", z.ZodTypeAny, { type: "password"; password: string; username: string; }, { type: "password"; password: string; username: string; }>>; }, "strip", z.ZodTypeAny, { credentials: { type: "password"; password: string; username: string; }; action: "provideCredentials"; }, { credentials: { type: "password"; password: string; username: string; }; action: "provideCredentials"; }>>, z.ZodLazy; }, "strip", z.ZodTypeAny, { action: "default" | "cancel"; }, { action: "default" | "cancel"; }>>]>>>; } export declare namespace Network { const ContinueWithAuthCredentialsSchema: z.ZodLazy; credentials: z.ZodLazy; username: z.ZodString; password: z.ZodString; }, "strip", z.ZodTypeAny, { type: "password"; password: string; username: string; }, { type: "password"; password: string; username: string; }>>; }, "strip", z.ZodTypeAny, { credentials: { type: "password"; password: string; username: string; }; action: "provideCredentials"; }, { credentials: { type: "password"; password: string; username: string; }; action: "provideCredentials"; }>>; } export declare namespace Network { const ContinueWithAuthNoCredentialsSchema: z.ZodLazy; }, "strip", z.ZodTypeAny, { action: "default" | "cancel"; }, { action: "default" | "cancel"; }>>; } export declare namespace Network { const FailRequestSchema: z.ZodLazy; params: z.ZodLazy; }, "strip", z.ZodTypeAny, { request: string; }, { request: string; }>>; }, "strip", z.ZodTypeAny, { params: { request: string; }; method: "network.failRequest"; }, { params: { request: string; }; method: "network.failRequest"; }>>; } export declare namespace Network { const FailRequestParametersSchema: z.ZodLazy; }, "strip", z.ZodTypeAny, { request: string; }, { request: string; }>>; } export declare namespace Network { const ProvideResponseSchema: z.ZodLazy; params: z.ZodLazy; body: z.ZodOptional; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>>; cookies: z.ZodOptional; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; domain: z.ZodOptional; httpOnly: z.ZodOptional; expiry: z.ZodOptional; maxAge: z.ZodOptional; path: z.ZodOptional; sameSite: z.ZodOptional>>; secure: z.ZodOptional; }, "strip", z.ZodTypeAny, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; domain?: string | undefined; httpOnly?: boolean | undefined; expiry?: string | undefined; maxAge?: number | undefined; path?: string | undefined; sameSite?: "strict" | "none" | "lax" | undefined; secure?: boolean | undefined; }, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; domain?: string | undefined; httpOnly?: boolean | undefined; expiry?: string | undefined; maxAge?: number | undefined; path?: string | undefined; sameSite?: "strict" | "none" | "lax" | undefined; secure?: boolean | undefined; }>>, "many">>; headers: z.ZodOptional; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; }, "strip", z.ZodTypeAny, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }>>, "many">>; reasonPhrase: z.ZodOptional; statusCode: z.ZodOptional; }, "strip", z.ZodTypeAny, { request: string; body?: { type: "string"; value: string; } | { type: "base64"; value: string; } | undefined; cookies?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; domain?: string | undefined; httpOnly?: boolean | undefined; expiry?: string | undefined; maxAge?: number | undefined; path?: string | undefined; sameSite?: "strict" | "none" | "lax" | undefined; secure?: boolean | undefined; }[] | undefined; headers?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[] | undefined; reasonPhrase?: string | undefined; statusCode?: number | undefined; }, { request: string; body?: { type: "string"; value: string; } | { type: "base64"; value: string; } | undefined; cookies?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; domain?: string | undefined; httpOnly?: boolean | undefined; expiry?: string | undefined; maxAge?: number | undefined; path?: string | undefined; sameSite?: "strict" | "none" | "lax" | undefined; secure?: boolean | undefined; }[] | undefined; headers?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[] | undefined; reasonPhrase?: string | undefined; statusCode?: number | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { request: string; body?: { type: "string"; value: string; } | { type: "base64"; value: string; } | undefined; cookies?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; domain?: string | undefined; httpOnly?: boolean | undefined; expiry?: string | undefined; maxAge?: number | undefined; path?: string | undefined; sameSite?: "strict" | "none" | "lax" | undefined; secure?: boolean | undefined; }[] | undefined; headers?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[] | undefined; reasonPhrase?: string | undefined; statusCode?: number | undefined; }; method: "network.provideResponse"; }, { params: { request: string; body?: { type: "string"; value: string; } | { type: "base64"; value: string; } | undefined; cookies?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; domain?: string | undefined; httpOnly?: boolean | undefined; expiry?: string | undefined; maxAge?: number | undefined; path?: string | undefined; sameSite?: "strict" | "none" | "lax" | undefined; secure?: boolean | undefined; }[] | undefined; headers?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[] | undefined; reasonPhrase?: string | undefined; statusCode?: number | undefined; }; method: "network.provideResponse"; }>>; } export declare namespace Network { const ProvideResponseParametersSchema: z.ZodLazy; body: z.ZodOptional; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>>; cookies: z.ZodOptional; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; domain: z.ZodOptional; httpOnly: z.ZodOptional; expiry: z.ZodOptional; maxAge: z.ZodOptional; path: z.ZodOptional; sameSite: z.ZodOptional>>; secure: z.ZodOptional; }, "strip", z.ZodTypeAny, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; domain?: string | undefined; httpOnly?: boolean | undefined; expiry?: string | undefined; maxAge?: number | undefined; path?: string | undefined; sameSite?: "strict" | "none" | "lax" | undefined; secure?: boolean | undefined; }, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; domain?: string | undefined; httpOnly?: boolean | undefined; expiry?: string | undefined; maxAge?: number | undefined; path?: string | undefined; sameSite?: "strict" | "none" | "lax" | undefined; secure?: boolean | undefined; }>>, "many">>; headers: z.ZodOptional; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; }, "strip", z.ZodTypeAny, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }>>, "many">>; reasonPhrase: z.ZodOptional; statusCode: z.ZodOptional; }, "strip", z.ZodTypeAny, { request: string; body?: { type: "string"; value: string; } | { type: "base64"; value: string; } | undefined; cookies?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; domain?: string | undefined; httpOnly?: boolean | undefined; expiry?: string | undefined; maxAge?: number | undefined; path?: string | undefined; sameSite?: "strict" | "none" | "lax" | undefined; secure?: boolean | undefined; }[] | undefined; headers?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[] | undefined; reasonPhrase?: string | undefined; statusCode?: number | undefined; }, { request: string; body?: { type: "string"; value: string; } | { type: "base64"; value: string; } | undefined; cookies?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; domain?: string | undefined; httpOnly?: boolean | undefined; expiry?: string | undefined; maxAge?: number | undefined; path?: string | undefined; sameSite?: "strict" | "none" | "lax" | undefined; secure?: boolean | undefined; }[] | undefined; headers?: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[] | undefined; reasonPhrase?: string | undefined; statusCode?: number | undefined; }>>; } export declare namespace Network { const RemoveInterceptSchema: z.ZodLazy; params: z.ZodLazy; }, "strip", z.ZodTypeAny, { intercept: string; }, { intercept: string; }>>; }, "strip", z.ZodTypeAny, { params: { intercept: string; }; method: "network.removeIntercept"; }, { params: { intercept: string; }; method: "network.removeIntercept"; }>>; } export declare namespace Network { const RemoveInterceptParametersSchema: z.ZodLazy; }, "strip", z.ZodTypeAny, { intercept: string; }, { intercept: string; }>>; } export declare const ScriptEventSchema: z.ZodLazy; params: z.ZodLazy; data: any; source: z.ZodLazy; context: z.ZodOptional>; }, "strip", z.ZodTypeAny, { realm: string; context?: string | undefined; }, { realm: string; context?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { channel: string; source: { realm: string; context?: string | undefined; }; data?: any; }, { channel: string; source: { realm: string; context?: string | undefined; }; data?: any; }>>; }, "strip", z.ZodTypeAny, { params: { channel: string; source: { realm: string; context?: string | undefined; }; data?: any; }; method: "script.message"; }, { params: { channel: string; source: { realm: string; context?: string | undefined; }; data?: any; }; method: "script.message"; }>>, z.ZodLazy; params: z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>, z.ZodObject<{ type: z.ZodLiteral<"window">; context: z.ZodLazy; sandbox: z.ZodOptional; }, "strip", z.ZodTypeAny, { type: "window"; context: string; sandbox?: string | undefined; }, { type: "window"; context: string; sandbox?: string | undefined; }>>>, z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>, z.ZodObject<{ type: z.ZodLiteral<"dedicated-worker">; owners: z.ZodTuple<[z.ZodLazy], null>; }, "strip", z.ZodTypeAny, { type: "dedicated-worker"; owners: [string]; }, { type: "dedicated-worker"; owners: [string]; }>>>, z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>, z.ZodObject<{ type: z.ZodLiteral<"shared-worker">; }, "strip", z.ZodTypeAny, { type: "shared-worker"; }, { type: "shared-worker"; }>>>, z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>, z.ZodObject<{ type: z.ZodLiteral<"service-worker">; }, "strip", z.ZodTypeAny, { type: "service-worker"; }, { type: "service-worker"; }>>>, z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>, z.ZodObject<{ type: z.ZodLiteral<"worker">; }, "strip", z.ZodTypeAny, { type: "worker"; }, { type: "worker"; }>>>, z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>, z.ZodObject<{ type: z.ZodLiteral<"paint-worklet">; }, "strip", z.ZodTypeAny, { type: "paint-worklet"; }, { type: "paint-worklet"; }>>>, z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>, z.ZodObject<{ type: z.ZodLiteral<"audio-worklet">; }, "strip", z.ZodTypeAny, { type: "audio-worklet"; }, { type: "audio-worklet"; }>>>, z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>, z.ZodObject<{ type: z.ZodLiteral<"worklet">; }, "strip", z.ZodTypeAny, { type: "worklet"; }, { type: "worklet"; }>>>]>>; }, "strip", z.ZodTypeAny, { params: ({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }); method: "script.realmCreated"; }, { params: ({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }); method: "script.realmCreated"; }>>, z.ZodLazy; params: z.ZodLazy; }, "strip", z.ZodTypeAny, { realm: string; }, { realm: string; }>>; }, "strip", z.ZodTypeAny, { params: { realm: string; }; method: "script.realmDestroyed"; }, { params: { realm: string; }; method: "script.realmDestroyed"; }>>]>>; export declare namespace Network { const AuthRequiredParametersSchema: z.ZodLazy, z.ZodNull]>; isBlocked: z.ZodBoolean; navigation: z.ZodUnion<[z.ZodLazy, z.ZodNull]>; redirectCount: z.ZodNumber; request: z.ZodLazy; url: z.ZodString; method: z.ZodString; headers: z.ZodArray; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; }, "strip", z.ZodTypeAny, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }>>, "many">; cookies: z.ZodArray; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; domain: z.ZodString; path: z.ZodString; size: z.ZodNumber; httpOnly: z.ZodBoolean; secure: z.ZodBoolean; sameSite: z.ZodLazy>; expiry: z.ZodOptional; }, "strip", z.ZodTypeAny, { path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; }, { path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; }>, z.ZodLazy>>>, "many">; headersSize: z.ZodNumber; bodySize: z.ZodUnion<[z.ZodNumber, z.ZodNull]>; timings: z.ZodLazy>; }, "strip", z.ZodTypeAny, { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }, { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }>>; timestamp: z.ZodNumber; intercepts: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; }, { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; }>>, z.ZodObject<{ response: z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; }, "strip", z.ZodTypeAny, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }>>, "many">; mimeType: z.ZodString; bytesReceived: z.ZodNumber; headersSize: z.ZodUnion<[z.ZodNumber, z.ZodNull]>; bodySize: z.ZodUnion<[z.ZodNumber, z.ZodNull]>; content: z.ZodLazy>; authChallenges: z.ZodOptional>, "many">>; }, "strip", z.ZodTypeAny, { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }, { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }>>; }, "strip", z.ZodTypeAny, { response: { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }; }, { response: { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }; }>>>; } export declare namespace Network { const BeforeRequestSentParametersSchema: z.ZodLazy, z.ZodNull]>; isBlocked: z.ZodBoolean; navigation: z.ZodUnion<[z.ZodLazy, z.ZodNull]>; redirectCount: z.ZodNumber; request: z.ZodLazy; url: z.ZodString; method: z.ZodString; headers: z.ZodArray; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; }, "strip", z.ZodTypeAny, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }>>, "many">; cookies: z.ZodArray; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; domain: z.ZodString; path: z.ZodString; size: z.ZodNumber; httpOnly: z.ZodBoolean; secure: z.ZodBoolean; sameSite: z.ZodLazy>; expiry: z.ZodOptional; }, "strip", z.ZodTypeAny, { path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; }, { path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; }>, z.ZodLazy>>>, "many">; headersSize: z.ZodNumber; bodySize: z.ZodUnion<[z.ZodNumber, z.ZodNull]>; timings: z.ZodLazy>; }, "strip", z.ZodTypeAny, { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }, { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }>>; timestamp: z.ZodNumber; intercepts: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; }, { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; }>>, z.ZodObject<{ initiator: z.ZodLazy; columnNumber: z.ZodOptional; lineNumber: z.ZodOptional; stackTrace: z.ZodOptional>, "many">; }, "strip", z.ZodTypeAny, { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }, { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }>>>; request: z.ZodOptional>; }, "strip", z.ZodTypeAny, { type: "other" | "script" | "parser" | "preflight"; columnNumber?: number | undefined; lineNumber?: number | undefined; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; request?: string | undefined; }, { type: "other" | "script" | "parser" | "preflight"; columnNumber?: number | undefined; lineNumber?: number | undefined; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; request?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { initiator: { type: "other" | "script" | "parser" | "preflight"; columnNumber?: number | undefined; lineNumber?: number | undefined; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; request?: string | undefined; }; }, { initiator: { type: "other" | "script" | "parser" | "preflight"; columnNumber?: number | undefined; lineNumber?: number | undefined; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; request?: string | undefined; }; }>>>; } export declare namespace Network { const FetchErrorParametersSchema: z.ZodLazy, z.ZodNull]>; isBlocked: z.ZodBoolean; navigation: z.ZodUnion<[z.ZodLazy, z.ZodNull]>; redirectCount: z.ZodNumber; request: z.ZodLazy; url: z.ZodString; method: z.ZodString; headers: z.ZodArray; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; }, "strip", z.ZodTypeAny, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }>>, "many">; cookies: z.ZodArray; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; domain: z.ZodString; path: z.ZodString; size: z.ZodNumber; httpOnly: z.ZodBoolean; secure: z.ZodBoolean; sameSite: z.ZodLazy>; expiry: z.ZodOptional; }, "strip", z.ZodTypeAny, { path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; }, { path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; }>, z.ZodLazy>>>, "many">; headersSize: z.ZodNumber; bodySize: z.ZodUnion<[z.ZodNumber, z.ZodNull]>; timings: z.ZodLazy>; }, "strip", z.ZodTypeAny, { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }, { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }>>; timestamp: z.ZodNumber; intercepts: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; }, { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; }>>, z.ZodObject<{ errorText: z.ZodString; }, "strip", z.ZodTypeAny, { errorText: string; }, { errorText: string; }>>>; } export declare namespace Network { const ResponseCompletedParametersSchema: z.ZodLazy, z.ZodNull]>; isBlocked: z.ZodBoolean; navigation: z.ZodUnion<[z.ZodLazy, z.ZodNull]>; redirectCount: z.ZodNumber; request: z.ZodLazy; url: z.ZodString; method: z.ZodString; headers: z.ZodArray; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; }, "strip", z.ZodTypeAny, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }>>, "many">; cookies: z.ZodArray; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; domain: z.ZodString; path: z.ZodString; size: z.ZodNumber; httpOnly: z.ZodBoolean; secure: z.ZodBoolean; sameSite: z.ZodLazy>; expiry: z.ZodOptional; }, "strip", z.ZodTypeAny, { path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; }, { path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; }>, z.ZodLazy>>>, "many">; headersSize: z.ZodNumber; bodySize: z.ZodUnion<[z.ZodNumber, z.ZodNull]>; timings: z.ZodLazy>; }, "strip", z.ZodTypeAny, { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }, { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }>>; timestamp: z.ZodNumber; intercepts: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; }, { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; }>>, z.ZodObject<{ response: z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; }, "strip", z.ZodTypeAny, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }>>, "many">; mimeType: z.ZodString; bytesReceived: z.ZodNumber; headersSize: z.ZodUnion<[z.ZodNumber, z.ZodNull]>; bodySize: z.ZodUnion<[z.ZodNumber, z.ZodNull]>; content: z.ZodLazy>; authChallenges: z.ZodOptional>, "many">>; }, "strip", z.ZodTypeAny, { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }, { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }>>; }, "strip", z.ZodTypeAny, { response: { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }; }, { response: { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }; }>>>; } export declare namespace Network { const ResponseStartedParametersSchema: z.ZodLazy, z.ZodNull]>; isBlocked: z.ZodBoolean; navigation: z.ZodUnion<[z.ZodLazy, z.ZodNull]>; redirectCount: z.ZodNumber; request: z.ZodLazy; url: z.ZodString; method: z.ZodString; headers: z.ZodArray; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; }, "strip", z.ZodTypeAny, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }>>, "many">; cookies: z.ZodArray; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; domain: z.ZodString; path: z.ZodString; size: z.ZodNumber; httpOnly: z.ZodBoolean; secure: z.ZodBoolean; sameSite: z.ZodLazy>; expiry: z.ZodOptional; }, "strip", z.ZodTypeAny, { path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; }, { path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; }>, z.ZodLazy>>>, "many">; headersSize: z.ZodNumber; bodySize: z.ZodUnion<[z.ZodNumber, z.ZodNull]>; timings: z.ZodLazy>; }, "strip", z.ZodTypeAny, { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }, { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }>>; timestamp: z.ZodNumber; intercepts: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; }, { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; }>>, z.ZodObject<{ response: z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; }, "strip", z.ZodTypeAny, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }>>, "many">; mimeType: z.ZodString; bytesReceived: z.ZodNumber; headersSize: z.ZodUnion<[z.ZodNumber, z.ZodNull]>; bodySize: z.ZodUnion<[z.ZodNumber, z.ZodNull]>; content: z.ZodLazy>; authChallenges: z.ZodOptional>, "many">>; }, "strip", z.ZodTypeAny, { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }, { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }>>; }, "strip", z.ZodTypeAny, { response: { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }; }, { response: { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }; }>>>; } export declare const ScriptCommandSchema: z.ZodLazy; params: z.ZodLazy; value: z.ZodLazy; serializationOptions: z.ZodOptional>>; maxObjectDepth: z.ZodOptional>>; includeShadowTree: z.ZodOptional>>; }, "strip", z.ZodTypeAny, { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; }, { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; }>>>; ownership: z.ZodOptional>>; }, "strip", z.ZodTypeAny, { channel: string; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; ownership?: "none" | "root" | undefined; }, { channel: string; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; ownership?: "none" | "root" | undefined; }>>; }, "strip", z.ZodTypeAny, { type: "channel"; value: { channel: string; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; ownership?: "none" | "root" | undefined; }; }, { type: "channel"; value: { channel: string; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; ownership?: "none" | "root" | undefined; }; }>>, "many">>; contexts: z.ZodOptional, "many">>; sandbox: z.ZodOptional; }, "strip", z.ZodTypeAny, { functionDeclaration: string; arguments?: { type: "channel"; value: { channel: string; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; ownership?: "none" | "root" | undefined; }; }[] | undefined; contexts?: string[] | undefined; sandbox?: string | undefined; }, { functionDeclaration: string; arguments?: { type: "channel"; value: { channel: string; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; ownership?: "none" | "root" | undefined; }; }[] | undefined; contexts?: string[] | undefined; sandbox?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { functionDeclaration: string; arguments?: { type: "channel"; value: { channel: string; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; ownership?: "none" | "root" | undefined; }; }[] | undefined; contexts?: string[] | undefined; sandbox?: string | undefined; }; method: "script.addPreloadScript"; }, { params: { functionDeclaration: string; arguments?: { type: "channel"; value: { channel: string; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; ownership?: "none" | "root" | undefined; }; }[] | undefined; contexts?: string[] | undefined; sandbox?: string | undefined; }; method: "script.addPreloadScript"; }>>, z.ZodLazy; params: z.ZodLazy; sandbox: z.ZodOptional; }, "strip", z.ZodTypeAny, { context: string; sandbox?: string | undefined; }, { context: string; sandbox?: string | undefined; }>>, z.ZodLazy; }, "strip", z.ZodTypeAny, { realm: string; }, { realm: string; }>>]>>; arguments: z.ZodOptional>; resultOwnership: z.ZodOptional>>; serializationOptions: z.ZodOptional>>; maxObjectDepth: z.ZodOptional>>; includeShadowTree: z.ZodOptional>>; }, "strip", z.ZodTypeAny, { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; }, { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; }>>>; this: any; userActivation: z.ZodOptional>; }, "strip", z.ZodTypeAny, { target: ({ context: string; sandbox?: string | undefined; } | { realm: string; }) & ({ context: string; sandbox?: string | undefined; } | { realm: string; } | undefined); awaitPromise: boolean; functionDeclaration: string; arguments?: any[] | undefined; resultOwnership?: "none" | "root" | undefined; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; this?: any; userActivation?: boolean | undefined; }, { target: ({ context: string; sandbox?: string | undefined; } | { realm: string; }) & ({ context: string; sandbox?: string | undefined; } | { realm: string; } | undefined); awaitPromise: boolean; functionDeclaration: string; arguments?: any[] | undefined; resultOwnership?: "none" | "root" | undefined; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; this?: any; userActivation?: boolean | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { target: ({ context: string; sandbox?: string | undefined; } | { realm: string; }) & ({ context: string; sandbox?: string | undefined; } | { realm: string; } | undefined); awaitPromise: boolean; functionDeclaration: string; arguments?: any[] | undefined; resultOwnership?: "none" | "root" | undefined; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; this?: any; userActivation?: boolean | undefined; }; method: "script.callFunction"; }, { params: { target: ({ context: string; sandbox?: string | undefined; } | { realm: string; }) & ({ context: string; sandbox?: string | undefined; } | { realm: string; } | undefined); awaitPromise: boolean; functionDeclaration: string; arguments?: any[] | undefined; resultOwnership?: "none" | "root" | undefined; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; this?: any; userActivation?: boolean | undefined; }; method: "script.callFunction"; }>>, z.ZodLazy; params: z.ZodLazy, "many">; target: z.ZodLazy; sandbox: z.ZodOptional; }, "strip", z.ZodTypeAny, { context: string; sandbox?: string | undefined; }, { context: string; sandbox?: string | undefined; }>>, z.ZodLazy; }, "strip", z.ZodTypeAny, { realm: string; }, { realm: string; }>>]>>; }, "strip", z.ZodTypeAny, { target: ({ context: string; sandbox?: string | undefined; } | { realm: string; }) & ({ context: string; sandbox?: string | undefined; } | { realm: string; } | undefined); handles: string[]; }, { target: ({ context: string; sandbox?: string | undefined; } | { realm: string; }) & ({ context: string; sandbox?: string | undefined; } | { realm: string; } | undefined); handles: string[]; }>>; }, "strip", z.ZodTypeAny, { params: { target: ({ context: string; sandbox?: string | undefined; } | { realm: string; }) & ({ context: string; sandbox?: string | undefined; } | { realm: string; } | undefined); handles: string[]; }; method: "script.disown"; }, { params: { target: ({ context: string; sandbox?: string | undefined; } | { realm: string; }) & ({ context: string; sandbox?: string | undefined; } | { realm: string; } | undefined); handles: string[]; }; method: "script.disown"; }>>, z.ZodLazy; params: z.ZodLazy; sandbox: z.ZodOptional; }, "strip", z.ZodTypeAny, { context: string; sandbox?: string | undefined; }, { context: string; sandbox?: string | undefined; }>>, z.ZodLazy; }, "strip", z.ZodTypeAny, { realm: string; }, { realm: string; }>>]>>; awaitPromise: z.ZodBoolean; resultOwnership: z.ZodOptional>>; serializationOptions: z.ZodOptional>>; maxObjectDepth: z.ZodOptional>>; includeShadowTree: z.ZodOptional>>; }, "strip", z.ZodTypeAny, { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; }, { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; }>>>; userActivation: z.ZodOptional>; }, "strip", z.ZodTypeAny, { expression: string; target: ({ context: string; sandbox?: string | undefined; } | { realm: string; }) & ({ context: string; sandbox?: string | undefined; } | { realm: string; } | undefined); awaitPromise: boolean; resultOwnership?: "none" | "root" | undefined; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; userActivation?: boolean | undefined; }, { expression: string; target: ({ context: string; sandbox?: string | undefined; } | { realm: string; }) & ({ context: string; sandbox?: string | undefined; } | { realm: string; } | undefined); awaitPromise: boolean; resultOwnership?: "none" | "root" | undefined; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; userActivation?: boolean | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { expression: string; target: ({ context: string; sandbox?: string | undefined; } | { realm: string; }) & ({ context: string; sandbox?: string | undefined; } | { realm: string; } | undefined); awaitPromise: boolean; resultOwnership?: "none" | "root" | undefined; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; userActivation?: boolean | undefined; }; method: "script.evaluate"; }, { params: { expression: string; target: ({ context: string; sandbox?: string | undefined; } | { realm: string; }) & ({ context: string; sandbox?: string | undefined; } | { realm: string; } | undefined); awaitPromise: boolean; resultOwnership?: "none" | "root" | undefined; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; userActivation?: boolean | undefined; }; method: "script.evaluate"; }>>, z.ZodLazy; params: z.ZodLazy>; type: z.ZodOptional>>; }, "strip", z.ZodTypeAny, { context?: string | undefined; type?: "worker" | "window" | "dedicated-worker" | "shared-worker" | "service-worker" | "paint-worklet" | "audio-worklet" | "worklet" | undefined; }, { context?: string | undefined; type?: "worker" | "window" | "dedicated-worker" | "shared-worker" | "service-worker" | "paint-worklet" | "audio-worklet" | "worklet" | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { context?: string | undefined; type?: "worker" | "window" | "dedicated-worker" | "shared-worker" | "service-worker" | "paint-worklet" | "audio-worklet" | "worklet" | undefined; }; method: "script.getRealms"; }, { params: { context?: string | undefined; type?: "worker" | "window" | "dedicated-worker" | "shared-worker" | "service-worker" | "paint-worklet" | "audio-worklet" | "worklet" | undefined; }; method: "script.getRealms"; }>>, z.ZodLazy; params: z.ZodLazy; }, "strip", z.ZodTypeAny, { script: string; }, { script: string; }>>; }, "strip", z.ZodTypeAny, { params: { script: string; }; method: "script.removePreloadScript"; }, { params: { script: string; }; method: "script.removePreloadScript"; }>>]>>; export declare const ScriptResultSchema: z.ZodLazy; }, "strip", z.ZodTypeAny, { script: string; }, { script: string; }>>, z.ZodLazy; result: any; realm: z.ZodLazy; }, "strip", z.ZodTypeAny, { type: "success"; realm: string; result?: any; }, { type: "success"; realm: string; result?: any; }>>, z.ZodLazy; exceptionDetails: z.ZodLazy>, "many">; }, "strip", z.ZodTypeAny, { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }, { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }>>; text: z.ZodString; }, "strip", z.ZodTypeAny, { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }, { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }>>; realm: z.ZodLazy; }, "strip", z.ZodTypeAny, { type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; }, { type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; }>>]>>, z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>, z.ZodObject<{ type: z.ZodLiteral<"window">; context: z.ZodLazy; sandbox: z.ZodOptional; }, "strip", z.ZodTypeAny, { type: "window"; context: string; sandbox?: string | undefined; }, { type: "window"; context: string; sandbox?: string | undefined; }>>>, z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>, z.ZodObject<{ type: z.ZodLiteral<"dedicated-worker">; owners: z.ZodTuple<[z.ZodLazy], null>; }, "strip", z.ZodTypeAny, { type: "dedicated-worker"; owners: [string]; }, { type: "dedicated-worker"; owners: [string]; }>>>, z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>, z.ZodObject<{ type: z.ZodLiteral<"shared-worker">; }, "strip", z.ZodTypeAny, { type: "shared-worker"; }, { type: "shared-worker"; }>>>, z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>, z.ZodObject<{ type: z.ZodLiteral<"service-worker">; }, "strip", z.ZodTypeAny, { type: "service-worker"; }, { type: "service-worker"; }>>>, z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>, z.ZodObject<{ type: z.ZodLiteral<"worker">; }, "strip", z.ZodTypeAny, { type: "worker"; }, { type: "worker"; }>>>, z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>, z.ZodObject<{ type: z.ZodLiteral<"paint-worklet">; }, "strip", z.ZodTypeAny, { type: "paint-worklet"; }, { type: "paint-worklet"; }>>>, z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>, z.ZodObject<{ type: z.ZodLiteral<"audio-worklet">; }, "strip", z.ZodTypeAny, { type: "audio-worklet"; }, { type: "audio-worklet"; }>>>, z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>, z.ZodObject<{ type: z.ZodLiteral<"worklet">; }, "strip", z.ZodTypeAny, { type: "worklet"; }, { type: "worklet"; }>>>]>>, "many">; }, "strip", z.ZodTypeAny, { realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; }, { realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; }>>]>>; export declare namespace Network { const AuthRequiredSchema: z.ZodLazy; params: z.ZodLazy, z.ZodNull]>; isBlocked: z.ZodBoolean; navigation: z.ZodUnion<[z.ZodLazy, z.ZodNull]>; redirectCount: z.ZodNumber; request: z.ZodLazy; url: z.ZodString; method: z.ZodString; headers: z.ZodArray; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; }, "strip", z.ZodTypeAny, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }>>, "many">; cookies: z.ZodArray; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; domain: z.ZodString; path: z.ZodString; size: z.ZodNumber; httpOnly: z.ZodBoolean; secure: z.ZodBoolean; sameSite: z.ZodLazy>; expiry: z.ZodOptional; }, "strip", z.ZodTypeAny, { path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; }, { path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; }>, z.ZodLazy>>>, "many">; headersSize: z.ZodNumber; bodySize: z.ZodUnion<[z.ZodNumber, z.ZodNull]>; timings: z.ZodLazy>; }, "strip", z.ZodTypeAny, { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }, { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }>>; timestamp: z.ZodNumber; intercepts: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; }, { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; }>>, z.ZodObject<{ response: z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; }, "strip", z.ZodTypeAny, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }>>, "many">; mimeType: z.ZodString; bytesReceived: z.ZodNumber; headersSize: z.ZodUnion<[z.ZodNumber, z.ZodNull]>; bodySize: z.ZodUnion<[z.ZodNumber, z.ZodNull]>; content: z.ZodLazy>; authChallenges: z.ZodOptional>, "many">>; }, "strip", z.ZodTypeAny, { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }, { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }>>; }, "strip", z.ZodTypeAny, { response: { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }; }, { response: { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }; }>>>; }, "strip", z.ZodTypeAny, { params: { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; } & { response: { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }; }; method: "network.authRequired"; }, { params: { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; } & { response: { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }; }; method: "network.authRequired"; }>>; } export declare namespace Network { const BeforeRequestSentSchema: z.ZodLazy; params: z.ZodLazy, z.ZodNull]>; isBlocked: z.ZodBoolean; navigation: z.ZodUnion<[z.ZodLazy, z.ZodNull]>; redirectCount: z.ZodNumber; request: z.ZodLazy; url: z.ZodString; method: z.ZodString; headers: z.ZodArray; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; }, "strip", z.ZodTypeAny, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }>>, "many">; cookies: z.ZodArray; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; domain: z.ZodString; path: z.ZodString; size: z.ZodNumber; httpOnly: z.ZodBoolean; secure: z.ZodBoolean; sameSite: z.ZodLazy>; expiry: z.ZodOptional; }, "strip", z.ZodTypeAny, { path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; }, { path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; }>, z.ZodLazy>>>, "many">; headersSize: z.ZodNumber; bodySize: z.ZodUnion<[z.ZodNumber, z.ZodNull]>; timings: z.ZodLazy>; }, "strip", z.ZodTypeAny, { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }, { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }>>; timestamp: z.ZodNumber; intercepts: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; }, { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; }>>, z.ZodObject<{ initiator: z.ZodLazy; columnNumber: z.ZodOptional; lineNumber: z.ZodOptional; stackTrace: z.ZodOptional>, "many">; }, "strip", z.ZodTypeAny, { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }, { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }>>>; request: z.ZodOptional>; }, "strip", z.ZodTypeAny, { type: "other" | "script" | "parser" | "preflight"; columnNumber?: number | undefined; lineNumber?: number | undefined; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; request?: string | undefined; }, { type: "other" | "script" | "parser" | "preflight"; columnNumber?: number | undefined; lineNumber?: number | undefined; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; request?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { initiator: { type: "other" | "script" | "parser" | "preflight"; columnNumber?: number | undefined; lineNumber?: number | undefined; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; request?: string | undefined; }; }, { initiator: { type: "other" | "script" | "parser" | "preflight"; columnNumber?: number | undefined; lineNumber?: number | undefined; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; request?: string | undefined; }; }>>>; }, "strip", z.ZodTypeAny, { params: { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; } & { initiator: { type: "other" | "script" | "parser" | "preflight"; columnNumber?: number | undefined; lineNumber?: number | undefined; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; request?: string | undefined; }; }; method: "network.beforeRequestSent"; }, { params: { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; } & { initiator: { type: "other" | "script" | "parser" | "preflight"; columnNumber?: number | undefined; lineNumber?: number | undefined; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; request?: string | undefined; }; }; method: "network.beforeRequestSent"; }>>; } export declare namespace Network { const FetchErrorSchema: z.ZodLazy; params: z.ZodLazy, z.ZodNull]>; isBlocked: z.ZodBoolean; navigation: z.ZodUnion<[z.ZodLazy, z.ZodNull]>; redirectCount: z.ZodNumber; request: z.ZodLazy; url: z.ZodString; method: z.ZodString; headers: z.ZodArray; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; }, "strip", z.ZodTypeAny, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }>>, "many">; cookies: z.ZodArray; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; domain: z.ZodString; path: z.ZodString; size: z.ZodNumber; httpOnly: z.ZodBoolean; secure: z.ZodBoolean; sameSite: z.ZodLazy>; expiry: z.ZodOptional; }, "strip", z.ZodTypeAny, { path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; }, { path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; }>, z.ZodLazy>>>, "many">; headersSize: z.ZodNumber; bodySize: z.ZodUnion<[z.ZodNumber, z.ZodNull]>; timings: z.ZodLazy>; }, "strip", z.ZodTypeAny, { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }, { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }>>; timestamp: z.ZodNumber; intercepts: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; }, { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; }>>, z.ZodObject<{ errorText: z.ZodString; }, "strip", z.ZodTypeAny, { errorText: string; }, { errorText: string; }>>>; }, "strip", z.ZodTypeAny, { params: { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; } & { errorText: string; }; method: "network.fetchError"; }, { params: { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; } & { errorText: string; }; method: "network.fetchError"; }>>; } export declare namespace Network { const ResponseCompletedSchema: z.ZodLazy; params: z.ZodLazy, z.ZodNull]>; isBlocked: z.ZodBoolean; navigation: z.ZodUnion<[z.ZodLazy, z.ZodNull]>; redirectCount: z.ZodNumber; request: z.ZodLazy; url: z.ZodString; method: z.ZodString; headers: z.ZodArray; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; }, "strip", z.ZodTypeAny, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }>>, "many">; cookies: z.ZodArray; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; domain: z.ZodString; path: z.ZodString; size: z.ZodNumber; httpOnly: z.ZodBoolean; secure: z.ZodBoolean; sameSite: z.ZodLazy>; expiry: z.ZodOptional; }, "strip", z.ZodTypeAny, { path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; }, { path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; }>, z.ZodLazy>>>, "many">; headersSize: z.ZodNumber; bodySize: z.ZodUnion<[z.ZodNumber, z.ZodNull]>; timings: z.ZodLazy>; }, "strip", z.ZodTypeAny, { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }, { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }>>; timestamp: z.ZodNumber; intercepts: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; }, { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; }>>, z.ZodObject<{ response: z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; }, "strip", z.ZodTypeAny, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }>>, "many">; mimeType: z.ZodString; bytesReceived: z.ZodNumber; headersSize: z.ZodUnion<[z.ZodNumber, z.ZodNull]>; bodySize: z.ZodUnion<[z.ZodNumber, z.ZodNull]>; content: z.ZodLazy>; authChallenges: z.ZodOptional>, "many">>; }, "strip", z.ZodTypeAny, { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }, { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }>>; }, "strip", z.ZodTypeAny, { response: { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }; }, { response: { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }; }>>>; }, "strip", z.ZodTypeAny, { params: { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; } & { response: { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }; }; method: "network.responseCompleted"; }, { params: { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; } & { response: { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }; }; method: "network.responseCompleted"; }>>; } export declare namespace Network { const ResponseStartedSchema: z.ZodLazy; params: z.ZodLazy, z.ZodNull]>; isBlocked: z.ZodBoolean; navigation: z.ZodUnion<[z.ZodLazy, z.ZodNull]>; redirectCount: z.ZodNumber; request: z.ZodLazy; url: z.ZodString; method: z.ZodString; headers: z.ZodArray; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; }, "strip", z.ZodTypeAny, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }>>, "many">; cookies: z.ZodArray; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; domain: z.ZodString; path: z.ZodString; size: z.ZodNumber; httpOnly: z.ZodBoolean; secure: z.ZodBoolean; sameSite: z.ZodLazy>; expiry: z.ZodOptional; }, "strip", z.ZodTypeAny, { path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; }, { path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; }>, z.ZodLazy>>>, "many">; headersSize: z.ZodNumber; bodySize: z.ZodUnion<[z.ZodNumber, z.ZodNull]>; timings: z.ZodLazy>; }, "strip", z.ZodTypeAny, { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }, { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }>>; timestamp: z.ZodNumber; intercepts: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; }, { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; }>>, z.ZodObject<{ response: z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; }, "strip", z.ZodTypeAny, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }>>, "many">; mimeType: z.ZodString; bytesReceived: z.ZodNumber; headersSize: z.ZodUnion<[z.ZodNumber, z.ZodNull]>; bodySize: z.ZodUnion<[z.ZodNumber, z.ZodNull]>; content: z.ZodLazy>; authChallenges: z.ZodOptional>, "many">>; }, "strip", z.ZodTypeAny, { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }, { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }>>; }, "strip", z.ZodTypeAny, { response: { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }; }, { response: { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }; }>>>; }, "strip", z.ZodTypeAny, { params: { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; } & { response: { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }; }; method: "network.responseStarted"; }, { params: { navigation: string | null; context: string | null; request: { url: string; cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; method: string; request: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; headersSize: number; bodySize: number | null; timings: { timeOrigin: number; requestTime: number; redirectStart: number; redirectEnd: number; fetchStart: number; dnsStart: number; dnsEnd: number; connectStart: number; connectEnd: number; tlsStart: number; requestStart: number; responseStart: number; responseEnd: number; }; }; timestamp: number; isBlocked: boolean; redirectCount: number; intercepts?: string[] | undefined; } & { response: { url: string; status: number; protocol: string; headers: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; }[]; content: { size: number; }; headersSize: number | null; bodySize: number | null; statusText: string; fromCache: boolean; mimeType: string; bytesReceived: number; authChallenges?: { realm: string; scheme: string; }[] | undefined; }; }; method: "network.responseStarted"; }>>; } export declare namespace Script { const ChannelSchema: z.ZodLazy; } export declare namespace Script { const EvaluateResultSuccessSchema: z.ZodLazy; result: any; realm: z.ZodLazy; }, "strip", z.ZodTypeAny, { type: "success"; realm: string; result?: any; }, { type: "success"; realm: string; result?: any; }>>; } export declare namespace Script { const ExceptionDetailsSchema: z.ZodLazy>, "many">; }, "strip", z.ZodTypeAny, { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }, { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }>>; text: z.ZodString; }, "strip", z.ZodTypeAny, { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }, { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }>>; } export declare namespace Script { const ChannelValueSchema: z.ZodLazy; value: z.ZodLazy; serializationOptions: z.ZodOptional>>; maxObjectDepth: z.ZodOptional>>; includeShadowTree: z.ZodOptional>>; }, "strip", z.ZodTypeAny, { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; }, { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; }>>>; ownership: z.ZodOptional>>; }, "strip", z.ZodTypeAny, { channel: string; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; ownership?: "none" | "root" | undefined; }, { channel: string; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; ownership?: "none" | "root" | undefined; }>>; }, "strip", z.ZodTypeAny, { type: "channel"; value: { channel: string; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; ownership?: "none" | "root" | undefined; }; }, { type: "channel"; value: { channel: string; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; ownership?: "none" | "root" | undefined; }; }>>; } export declare namespace Script { const ChannelPropertiesSchema: z.ZodLazy; serializationOptions: z.ZodOptional>>; maxObjectDepth: z.ZodOptional>>; includeShadowTree: z.ZodOptional>>; }, "strip", z.ZodTypeAny, { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; }, { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; }>>>; ownership: z.ZodOptional>>; }, "strip", z.ZodTypeAny, { channel: string; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; ownership?: "none" | "root" | undefined; }, { channel: string; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; ownership?: "none" | "root" | undefined; }>>; } export declare namespace Script { const EvaluateResultSchema: z.ZodLazy; result: any; realm: z.ZodLazy; }, "strip", z.ZodTypeAny, { type: "success"; realm: string; result?: any; }, { type: "success"; realm: string; result?: any; }>>, z.ZodLazy; exceptionDetails: z.ZodLazy>, "many">; }, "strip", z.ZodTypeAny, { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }, { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }>>; text: z.ZodString; }, "strip", z.ZodTypeAny, { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }, { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }>>; realm: z.ZodLazy; }, "strip", z.ZodTypeAny, { type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; }, { type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; }>>]>>; } export declare namespace Script { const EvaluateResultExceptionSchema: z.ZodLazy; exceptionDetails: z.ZodLazy>, "many">; }, "strip", z.ZodTypeAny, { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }, { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }>>; text: z.ZodString; }, "strip", z.ZodTypeAny, { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }, { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }>>; realm: z.ZodLazy; }, "strip", z.ZodTypeAny, { type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; }, { type: "exception"; realm: string; exceptionDetails: { columnNumber: number; lineNumber: number; text: string; stackTrace: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }; exception?: any; }; }>>; } export declare namespace Script { const HandleSchema: z.ZodLazy; } export declare namespace Script { const InternalIdSchema: z.ZodLazy; } export declare namespace Script { const ListLocalValueSchema: any; } export declare namespace Script { const LocalValueSchema: any; } export declare namespace Script { const ArrayLocalValueSchema: any; } export declare namespace Script { const DateLocalValueSchema: z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "date"; value: string; }, { type: "date"; value: string; }>>; } export declare namespace Script { const MappingLocalValueSchema: z.ZodLazy, any], null>, "many">>; } export declare namespace Script { const MapLocalValueSchema: z.ZodLazy; value: z.ZodLazy, any], null>, "many">>; }, "strip", z.ZodTypeAny, { type: "map"; value: [any, any][]; }, { type: "map"; value: [any, any][]; }>>; } export declare namespace Script { const ObjectLocalValueSchema: z.ZodLazy; value: z.ZodLazy, any], null>, "many">>; }, "strip", z.ZodTypeAny, { type: "object"; value: [any, any][]; }, { type: "object"; value: [any, any][]; }>>; } export declare namespace Script { const RegExpValueSchema: z.ZodLazy; }, "strip", z.ZodTypeAny, { pattern: string; flags?: string | undefined; }, { pattern: string; flags?: string | undefined; }>>; } export declare namespace Script { const RegExpLocalValueSchema: z.ZodLazy; value: z.ZodLazy; }, "strip", z.ZodTypeAny, { pattern: string; flags?: string | undefined; }, { pattern: string; flags?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { type: "regexp"; value: { pattern: string; flags?: string | undefined; }; }, { type: "regexp"; value: { pattern: string; flags?: string | undefined; }; }>>; } export declare namespace Script { const SetLocalValueSchema: z.ZodLazy; value: any; }, "strip", z.ZodTypeAny, { type: "set"; value?: any; }, { type: "set"; value?: any; }>>; } export declare namespace Script { const PreloadScriptSchema: z.ZodLazy; } export declare namespace Script { const RealmSchema: z.ZodLazy; } export declare namespace Script { const PrimitiveProtocolValueSchema: z.ZodLazy; }, "strip", z.ZodTypeAny, { type: "undefined"; }, { type: "undefined"; }>>, z.ZodLazy; }, "strip", z.ZodTypeAny, { type: "null"; }, { type: "null"; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodUnion<[z.ZodNumber, z.ZodLazy>]>; }, "strip", z.ZodTypeAny, { type: "number"; value: number | "NaN" | "-0" | "Infinity" | "-Infinity"; }, { type: "number"; value: number | "NaN" | "-0" | "Infinity" | "-Infinity"; }>>, z.ZodLazy; value: z.ZodBoolean; }, "strip", z.ZodTypeAny, { type: "boolean"; value: boolean; }, { type: "boolean"; value: boolean; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "bigint"; value: string; }, { type: "bigint"; value: string; }>>]>>; } export declare namespace Script { const UndefinedValueSchema: z.ZodLazy; }, "strip", z.ZodTypeAny, { type: "undefined"; }, { type: "undefined"; }>>; } export declare namespace Script { const NullValueSchema: z.ZodLazy; }, "strip", z.ZodTypeAny, { type: "null"; }, { type: "null"; }>>; } export declare namespace Script { const StringValueSchema: z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>; } export declare namespace Script { const SpecialNumberSchema: z.ZodLazy>; } export declare namespace Script { const NumberValueSchema: z.ZodLazy; value: z.ZodUnion<[z.ZodNumber, z.ZodLazy>]>; }, "strip", z.ZodTypeAny, { type: "number"; value: number | "NaN" | "-0" | "Infinity" | "-Infinity"; }, { type: "number"; value: number | "NaN" | "-0" | "Infinity" | "-Infinity"; }>>; } export declare namespace Script { const BooleanValueSchema: z.ZodLazy; value: z.ZodBoolean; }, "strip", z.ZodTypeAny, { type: "boolean"; value: boolean; }, { type: "boolean"; value: boolean; }>>; } export declare namespace Script { const BigIntValueSchema: z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "bigint"; value: string; }, { type: "bigint"; value: string; }>>; } export declare namespace Script { const RealmInfoSchema: z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>, z.ZodObject<{ type: z.ZodLiteral<"window">; context: z.ZodLazy; sandbox: z.ZodOptional; }, "strip", z.ZodTypeAny, { type: "window"; context: string; sandbox?: string | undefined; }, { type: "window"; context: string; sandbox?: string | undefined; }>>>, z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>, z.ZodObject<{ type: z.ZodLiteral<"dedicated-worker">; owners: z.ZodTuple<[z.ZodLazy], null>; }, "strip", z.ZodTypeAny, { type: "dedicated-worker"; owners: [string]; }, { type: "dedicated-worker"; owners: [string]; }>>>, z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>, z.ZodObject<{ type: z.ZodLiteral<"shared-worker">; }, "strip", z.ZodTypeAny, { type: "shared-worker"; }, { type: "shared-worker"; }>>>, z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>, z.ZodObject<{ type: z.ZodLiteral<"service-worker">; }, "strip", z.ZodTypeAny, { type: "service-worker"; }, { type: "service-worker"; }>>>, z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>, z.ZodObject<{ type: z.ZodLiteral<"worker">; }, "strip", z.ZodTypeAny, { type: "worker"; }, { type: "worker"; }>>>, z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>, z.ZodObject<{ type: z.ZodLiteral<"paint-worklet">; }, "strip", z.ZodTypeAny, { type: "paint-worklet"; }, { type: "paint-worklet"; }>>>, z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>, z.ZodObject<{ type: z.ZodLiteral<"audio-worklet">; }, "strip", z.ZodTypeAny, { type: "audio-worklet"; }, { type: "audio-worklet"; }>>>, z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>, z.ZodObject<{ type: z.ZodLiteral<"worklet">; }, "strip", z.ZodTypeAny, { type: "worklet"; }, { type: "worklet"; }>>>]>>; } export declare namespace Script { const BaseRealmInfoSchema: z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>; } export declare namespace Script { const WindowRealmInfoSchema: z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>, z.ZodObject<{ type: z.ZodLiteral<"window">; context: z.ZodLazy; sandbox: z.ZodOptional; }, "strip", z.ZodTypeAny, { type: "window"; context: string; sandbox?: string | undefined; }, { type: "window"; context: string; sandbox?: string | undefined; }>>>; } export declare namespace Script { const DedicatedWorkerRealmInfoSchema: z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>, z.ZodObject<{ type: z.ZodLiteral<"dedicated-worker">; owners: z.ZodTuple<[z.ZodLazy], null>; }, "strip", z.ZodTypeAny, { type: "dedicated-worker"; owners: [string]; }, { type: "dedicated-worker"; owners: [string]; }>>>; } export declare namespace Script { const SharedWorkerRealmInfoSchema: z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>, z.ZodObject<{ type: z.ZodLiteral<"shared-worker">; }, "strip", z.ZodTypeAny, { type: "shared-worker"; }, { type: "shared-worker"; }>>>; } export declare namespace Script { const ServiceWorkerRealmInfoSchema: z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>, z.ZodObject<{ type: z.ZodLiteral<"service-worker">; }, "strip", z.ZodTypeAny, { type: "service-worker"; }, { type: "service-worker"; }>>>; } export declare namespace Script { const WorkerRealmInfoSchema: z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>, z.ZodObject<{ type: z.ZodLiteral<"worker">; }, "strip", z.ZodTypeAny, { type: "worker"; }, { type: "worker"; }>>>; } export declare namespace Script { const PaintWorkletRealmInfoSchema: z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>, z.ZodObject<{ type: z.ZodLiteral<"paint-worklet">; }, "strip", z.ZodTypeAny, { type: "paint-worklet"; }, { type: "paint-worklet"; }>>>; } export declare namespace Script { const AudioWorkletRealmInfoSchema: z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>, z.ZodObject<{ type: z.ZodLiteral<"audio-worklet">; }, "strip", z.ZodTypeAny, { type: "audio-worklet"; }, { type: "audio-worklet"; }>>>; } export declare namespace Script { const WorkletRealmInfoSchema: z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>, z.ZodObject<{ type: z.ZodLiteral<"worklet">; }, "strip", z.ZodTypeAny, { type: "worklet"; }, { type: "worklet"; }>>>; } export declare namespace Script { const RealmTypeSchema: z.ZodLazy>; } export declare namespace Script { const ListRemoteValueSchema: any; } export declare namespace Script { const MappingRemoteValueSchema: z.ZodLazy, any], null>, "many">>; } export declare namespace Script { const RemoteValueSchema: any; } export declare namespace Script { const RemoteReferenceSchema: z.ZodLazy; handle: z.ZodOptional>; }, "strip", z.ZodTypeAny, { sharedId: string; handle?: string | undefined; }, { sharedId: string; handle?: string | undefined; }>, z.ZodLazy>>>, z.ZodLazy; sharedId: z.ZodOptional>; }, "strip", z.ZodTypeAny, { handle: string; sharedId?: string | undefined; }, { handle: string; sharedId?: string | undefined; }>, z.ZodLazy>>>]>>; } export declare namespace Script { const SharedReferenceSchema: z.ZodLazy; handle: z.ZodOptional>; }, "strip", z.ZodTypeAny, { sharedId: string; handle?: string | undefined; }, { sharedId: string; handle?: string | undefined; }>, z.ZodLazy>>>; } export declare namespace Script { const RemoteObjectReferenceSchema: z.ZodLazy; sharedId: z.ZodOptional>; }, "strip", z.ZodTypeAny, { handle: string; sharedId?: string | undefined; }, { handle: string; sharedId?: string | undefined; }>, z.ZodLazy>>>; } export declare namespace Script { const SymbolRemoteValueSchema: z.ZodLazy; handle: z.ZodOptional>; internalId: z.ZodOptional>; }, "strip", z.ZodTypeAny, { type: "symbol"; handle?: string | undefined; internalId?: string | undefined; }, { type: "symbol"; handle?: string | undefined; internalId?: string | undefined; }>>; } export declare namespace Script { const ArrayRemoteValueSchema: any; } export declare namespace Script { const ObjectRemoteValueSchema: z.ZodLazy; handle: z.ZodOptional>; internalId: z.ZodOptional>; value: z.ZodOptional, any], null>, "many">>>; }, "strip", z.ZodTypeAny, { type: "object"; handle?: string | undefined; internalId?: string | undefined; value?: [any, any][] | undefined; }, { type: "object"; handle?: string | undefined; internalId?: string | undefined; value?: [any, any][] | undefined; }>>; } export declare namespace Script { const FunctionRemoteValueSchema: z.ZodLazy; handle: z.ZodOptional>; internalId: z.ZodOptional>; }, "strip", z.ZodTypeAny, { type: "function"; handle?: string | undefined; internalId?: string | undefined; }, { type: "function"; handle?: string | undefined; internalId?: string | undefined; }>>; } export declare namespace Script { const RegExpRemoteValueSchema: z.ZodLazy>; internalId: z.ZodOptional>; }, "strip", z.ZodTypeAny, { handle?: string | undefined; internalId?: string | undefined; }, { handle?: string | undefined; internalId?: string | undefined; }>, z.ZodLazy; value: z.ZodLazy; }, "strip", z.ZodTypeAny, { pattern: string; flags?: string | undefined; }, { pattern: string; flags?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { type: "regexp"; value: { pattern: string; flags?: string | undefined; }; }, { type: "regexp"; value: { pattern: string; flags?: string | undefined; }; }>>>>; } export declare namespace Script { const DateRemoteValueSchema: z.ZodLazy>; internalId: z.ZodOptional>; }, "strip", z.ZodTypeAny, { handle?: string | undefined; internalId?: string | undefined; }, { handle?: string | undefined; internalId?: string | undefined; }>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "date"; value: string; }, { type: "date"; value: string; }>>>>; } export declare namespace Script { const MapRemoteValueSchema: z.ZodLazy; handle: z.ZodOptional>; internalId: z.ZodOptional>; value: z.ZodOptional, any], null>, "many">>>; }, "strip", z.ZodTypeAny, { type: "map"; handle?: string | undefined; internalId?: string | undefined; value?: [any, any][] | undefined; }, { type: "map"; handle?: string | undefined; internalId?: string | undefined; value?: [any, any][] | undefined; }>>; } export declare namespace Script { const SetRemoteValueSchema: z.ZodLazy; handle: z.ZodOptional>; internalId: z.ZodOptional>; value: any; }, "strip", z.ZodTypeAny, { type: "set"; handle?: string | undefined; internalId?: string | undefined; value?: any; }, { type: "set"; handle?: string | undefined; internalId?: string | undefined; value?: any; }>>; } export declare namespace Script { const WeakMapRemoteValueSchema: z.ZodLazy; handle: z.ZodOptional>; internalId: z.ZodOptional>; }, "strip", z.ZodTypeAny, { type: "weakmap"; handle?: string | undefined; internalId?: string | undefined; }, { type: "weakmap"; handle?: string | undefined; internalId?: string | undefined; }>>; } export declare namespace Script { const WeakSetRemoteValueSchema: z.ZodLazy; handle: z.ZodOptional>; internalId: z.ZodOptional>; }, "strip", z.ZodTypeAny, { type: "weakset"; handle?: string | undefined; internalId?: string | undefined; }, { type: "weakset"; handle?: string | undefined; internalId?: string | undefined; }>>; } export declare namespace Script { const GeneratorRemoteValueSchema: z.ZodLazy; handle: z.ZodOptional>; internalId: z.ZodOptional>; }, "strip", z.ZodTypeAny, { type: "generator"; handle?: string | undefined; internalId?: string | undefined; }, { type: "generator"; handle?: string | undefined; internalId?: string | undefined; }>>; } export declare namespace Script { const ErrorRemoteValueSchema: z.ZodLazy; handle: z.ZodOptional>; internalId: z.ZodOptional>; }, "strip", z.ZodTypeAny, { type: "error"; handle?: string | undefined; internalId?: string | undefined; }, { type: "error"; handle?: string | undefined; internalId?: string | undefined; }>>; } export declare namespace Script { const ProxyRemoteValueSchema: z.ZodLazy; handle: z.ZodOptional>; internalId: z.ZodOptional>; }, "strip", z.ZodTypeAny, { type: "proxy"; handle?: string | undefined; internalId?: string | undefined; }, { type: "proxy"; handle?: string | undefined; internalId?: string | undefined; }>>; } export declare namespace Script { const PromiseRemoteValueSchema: z.ZodLazy; handle: z.ZodOptional>; internalId: z.ZodOptional>; }, "strip", z.ZodTypeAny, { type: "promise"; handle?: string | undefined; internalId?: string | undefined; }, { type: "promise"; handle?: string | undefined; internalId?: string | undefined; }>>; } export declare namespace Script { const TypedArrayRemoteValueSchema: z.ZodLazy; handle: z.ZodOptional>; internalId: z.ZodOptional>; }, "strip", z.ZodTypeAny, { type: "typedarray"; handle?: string | undefined; internalId?: string | undefined; }, { type: "typedarray"; handle?: string | undefined; internalId?: string | undefined; }>>; } export declare namespace Script { const ArrayBufferRemoteValueSchema: z.ZodLazy; handle: z.ZodOptional>; internalId: z.ZodOptional>; }, "strip", z.ZodTypeAny, { type: "arraybuffer"; handle?: string | undefined; internalId?: string | undefined; }, { type: "arraybuffer"; handle?: string | undefined; internalId?: string | undefined; }>>; } export declare namespace Script { const NodeListRemoteValueSchema: z.ZodLazy; handle: z.ZodOptional>; internalId: z.ZodOptional>; value: any; }, "strip", z.ZodTypeAny, { type: "nodelist"; handle?: string | undefined; internalId?: string | undefined; value?: any; }, { type: "nodelist"; handle?: string | undefined; internalId?: string | undefined; value?: any; }>>; } export declare namespace Script { const HtmlCollectionRemoteValueSchema: z.ZodLazy; handle: z.ZodOptional>; internalId: z.ZodOptional>; value: any; }, "strip", z.ZodTypeAny, { type: "htmlcollection"; handle?: string | undefined; internalId?: string | undefined; value?: any; }, { type: "htmlcollection"; handle?: string | undefined; internalId?: string | undefined; value?: any; }>>; } export declare namespace Script { const NodeRemoteValueSchema: any; } export declare namespace Script { const NodePropertiesSchema: any; } export declare namespace Script { const WindowProxyRemoteValueSchema: z.ZodLazy; value: z.ZodLazy; }, "strip", z.ZodTypeAny, { context: string; }, { context: string; }>>; handle: z.ZodOptional>; internalId: z.ZodOptional>; }, "strip", z.ZodTypeAny, { type: "window"; value: { context: string; }; handle?: string | undefined; internalId?: string | undefined; }, { type: "window"; value: { context: string; }; handle?: string | undefined; internalId?: string | undefined; }>>; } export declare namespace Script { const WindowProxyPropertiesSchema: z.ZodLazy; }, "strip", z.ZodTypeAny, { context: string; }, { context: string; }>>; } export declare namespace Script { const ResultOwnershipSchema: z.ZodLazy>; } export declare namespace Script { const SerializationOptionsSchema: z.ZodLazy>>; maxObjectDepth: z.ZodOptional>>; includeShadowTree: z.ZodOptional>>; }, "strip", z.ZodTypeAny, { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; }, { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; }>>; } export declare namespace Script { const SharedIdSchema: z.ZodLazy; } export declare namespace Script { const StackFrameSchema: z.ZodLazy>; } export declare namespace Script { const StackTraceSchema: z.ZodLazy>, "many">; }, "strip", z.ZodTypeAny, { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }, { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }>>; } export declare namespace Script { const SourceSchema: z.ZodLazy; context: z.ZodOptional>; }, "strip", z.ZodTypeAny, { realm: string; context?: string | undefined; }, { realm: string; context?: string | undefined; }>>; } export declare namespace Script { const RealmTargetSchema: z.ZodLazy; }, "strip", z.ZodTypeAny, { realm: string; }, { realm: string; }>>; } export declare namespace Script { const ContextTargetSchema: z.ZodLazy; sandbox: z.ZodOptional; }, "strip", z.ZodTypeAny, { context: string; sandbox?: string | undefined; }, { context: string; sandbox?: string | undefined; }>>; } export declare namespace Script { const TargetSchema: z.ZodLazy; sandbox: z.ZodOptional; }, "strip", z.ZodTypeAny, { context: string; sandbox?: string | undefined; }, { context: string; sandbox?: string | undefined; }>>, z.ZodLazy; }, "strip", z.ZodTypeAny, { realm: string; }, { realm: string; }>>]>>; } export declare namespace Script { const AddPreloadScriptSchema: z.ZodLazy; params: z.ZodLazy; value: z.ZodLazy; serializationOptions: z.ZodOptional>>; maxObjectDepth: z.ZodOptional>>; includeShadowTree: z.ZodOptional>>; }, "strip", z.ZodTypeAny, { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; }, { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; }>>>; ownership: z.ZodOptional>>; }, "strip", z.ZodTypeAny, { channel: string; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; ownership?: "none" | "root" | undefined; }, { channel: string; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; ownership?: "none" | "root" | undefined; }>>; }, "strip", z.ZodTypeAny, { type: "channel"; value: { channel: string; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; ownership?: "none" | "root" | undefined; }; }, { type: "channel"; value: { channel: string; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; ownership?: "none" | "root" | undefined; }; }>>, "many">>; contexts: z.ZodOptional, "many">>; sandbox: z.ZodOptional; }, "strip", z.ZodTypeAny, { functionDeclaration: string; arguments?: { type: "channel"; value: { channel: string; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; ownership?: "none" | "root" | undefined; }; }[] | undefined; contexts?: string[] | undefined; sandbox?: string | undefined; }, { functionDeclaration: string; arguments?: { type: "channel"; value: { channel: string; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; ownership?: "none" | "root" | undefined; }; }[] | undefined; contexts?: string[] | undefined; sandbox?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { functionDeclaration: string; arguments?: { type: "channel"; value: { channel: string; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; ownership?: "none" | "root" | undefined; }; }[] | undefined; contexts?: string[] | undefined; sandbox?: string | undefined; }; method: "script.addPreloadScript"; }, { params: { functionDeclaration: string; arguments?: { type: "channel"; value: { channel: string; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; ownership?: "none" | "root" | undefined; }; }[] | undefined; contexts?: string[] | undefined; sandbox?: string | undefined; }; method: "script.addPreloadScript"; }>>; } export declare namespace Script { const AddPreloadScriptParametersSchema: z.ZodLazy; value: z.ZodLazy; serializationOptions: z.ZodOptional>>; maxObjectDepth: z.ZodOptional>>; includeShadowTree: z.ZodOptional>>; }, "strip", z.ZodTypeAny, { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; }, { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; }>>>; ownership: z.ZodOptional>>; }, "strip", z.ZodTypeAny, { channel: string; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; ownership?: "none" | "root" | undefined; }, { channel: string; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; ownership?: "none" | "root" | undefined; }>>; }, "strip", z.ZodTypeAny, { type: "channel"; value: { channel: string; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; ownership?: "none" | "root" | undefined; }; }, { type: "channel"; value: { channel: string; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; ownership?: "none" | "root" | undefined; }; }>>, "many">>; contexts: z.ZodOptional, "many">>; sandbox: z.ZodOptional; }, "strip", z.ZodTypeAny, { functionDeclaration: string; arguments?: { type: "channel"; value: { channel: string; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; ownership?: "none" | "root" | undefined; }; }[] | undefined; contexts?: string[] | undefined; sandbox?: string | undefined; }, { functionDeclaration: string; arguments?: { type: "channel"; value: { channel: string; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; ownership?: "none" | "root" | undefined; }; }[] | undefined; contexts?: string[] | undefined; sandbox?: string | undefined; }>>; } export declare namespace Script { const AddPreloadScriptResultSchema: z.ZodLazy; }, "strip", z.ZodTypeAny, { script: string; }, { script: string; }>>; } export declare namespace Script { const DisownSchema: z.ZodLazy; params: z.ZodLazy, "many">; target: z.ZodLazy; sandbox: z.ZodOptional; }, "strip", z.ZodTypeAny, { context: string; sandbox?: string | undefined; }, { context: string; sandbox?: string | undefined; }>>, z.ZodLazy; }, "strip", z.ZodTypeAny, { realm: string; }, { realm: string; }>>]>>; }, "strip", z.ZodTypeAny, { target: ({ context: string; sandbox?: string | undefined; } | { realm: string; }) & ({ context: string; sandbox?: string | undefined; } | { realm: string; } | undefined); handles: string[]; }, { target: ({ context: string; sandbox?: string | undefined; } | { realm: string; }) & ({ context: string; sandbox?: string | undefined; } | { realm: string; } | undefined); handles: string[]; }>>; }, "strip", z.ZodTypeAny, { params: { target: ({ context: string; sandbox?: string | undefined; } | { realm: string; }) & ({ context: string; sandbox?: string | undefined; } | { realm: string; } | undefined); handles: string[]; }; method: "script.disown"; }, { params: { target: ({ context: string; sandbox?: string | undefined; } | { realm: string; }) & ({ context: string; sandbox?: string | undefined; } | { realm: string; } | undefined); handles: string[]; }; method: "script.disown"; }>>; } export declare namespace Script { const DisownParametersSchema: z.ZodLazy, "many">; target: z.ZodLazy; sandbox: z.ZodOptional; }, "strip", z.ZodTypeAny, { context: string; sandbox?: string | undefined; }, { context: string; sandbox?: string | undefined; }>>, z.ZodLazy; }, "strip", z.ZodTypeAny, { realm: string; }, { realm: string; }>>]>>; }, "strip", z.ZodTypeAny, { target: ({ context: string; sandbox?: string | undefined; } | { realm: string; }) & ({ context: string; sandbox?: string | undefined; } | { realm: string; } | undefined); handles: string[]; }, { target: ({ context: string; sandbox?: string | undefined; } | { realm: string; }) & ({ context: string; sandbox?: string | undefined; } | { realm: string; } | undefined); handles: string[]; }>>; } export declare namespace Script { const CallFunctionParametersSchema: z.ZodLazy; sandbox: z.ZodOptional; }, "strip", z.ZodTypeAny, { context: string; sandbox?: string | undefined; }, { context: string; sandbox?: string | undefined; }>>, z.ZodLazy; }, "strip", z.ZodTypeAny, { realm: string; }, { realm: string; }>>]>>; arguments: z.ZodOptional>; resultOwnership: z.ZodOptional>>; serializationOptions: z.ZodOptional>>; maxObjectDepth: z.ZodOptional>>; includeShadowTree: z.ZodOptional>>; }, "strip", z.ZodTypeAny, { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; }, { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; }>>>; this: any; userActivation: z.ZodOptional>; }, "strip", z.ZodTypeAny, { target: ({ context: string; sandbox?: string | undefined; } | { realm: string; }) & ({ context: string; sandbox?: string | undefined; } | { realm: string; } | undefined); awaitPromise: boolean; functionDeclaration: string; arguments?: any[] | undefined; resultOwnership?: "none" | "root" | undefined; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; this?: any; userActivation?: boolean | undefined; }, { target: ({ context: string; sandbox?: string | undefined; } | { realm: string; }) & ({ context: string; sandbox?: string | undefined; } | { realm: string; } | undefined); awaitPromise: boolean; functionDeclaration: string; arguments?: any[] | undefined; resultOwnership?: "none" | "root" | undefined; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; this?: any; userActivation?: boolean | undefined; }>>; } export declare namespace Script { const CallFunctionSchema: z.ZodLazy; params: z.ZodLazy; sandbox: z.ZodOptional; }, "strip", z.ZodTypeAny, { context: string; sandbox?: string | undefined; }, { context: string; sandbox?: string | undefined; }>>, z.ZodLazy; }, "strip", z.ZodTypeAny, { realm: string; }, { realm: string; }>>]>>; arguments: z.ZodOptional>; resultOwnership: z.ZodOptional>>; serializationOptions: z.ZodOptional>>; maxObjectDepth: z.ZodOptional>>; includeShadowTree: z.ZodOptional>>; }, "strip", z.ZodTypeAny, { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; }, { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; }>>>; this: any; userActivation: z.ZodOptional>; }, "strip", z.ZodTypeAny, { target: ({ context: string; sandbox?: string | undefined; } | { realm: string; }) & ({ context: string; sandbox?: string | undefined; } | { realm: string; } | undefined); awaitPromise: boolean; functionDeclaration: string; arguments?: any[] | undefined; resultOwnership?: "none" | "root" | undefined; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; this?: any; userActivation?: boolean | undefined; }, { target: ({ context: string; sandbox?: string | undefined; } | { realm: string; }) & ({ context: string; sandbox?: string | undefined; } | { realm: string; } | undefined); awaitPromise: boolean; functionDeclaration: string; arguments?: any[] | undefined; resultOwnership?: "none" | "root" | undefined; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; this?: any; userActivation?: boolean | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { target: ({ context: string; sandbox?: string | undefined; } | { realm: string; }) & ({ context: string; sandbox?: string | undefined; } | { realm: string; } | undefined); awaitPromise: boolean; functionDeclaration: string; arguments?: any[] | undefined; resultOwnership?: "none" | "root" | undefined; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; this?: any; userActivation?: boolean | undefined; }; method: "script.callFunction"; }, { params: { target: ({ context: string; sandbox?: string | undefined; } | { realm: string; }) & ({ context: string; sandbox?: string | undefined; } | { realm: string; } | undefined); awaitPromise: boolean; functionDeclaration: string; arguments?: any[] | undefined; resultOwnership?: "none" | "root" | undefined; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; this?: any; userActivation?: boolean | undefined; }; method: "script.callFunction"; }>>; } export declare namespace Script { const EvaluateSchema: z.ZodLazy; params: z.ZodLazy; sandbox: z.ZodOptional; }, "strip", z.ZodTypeAny, { context: string; sandbox?: string | undefined; }, { context: string; sandbox?: string | undefined; }>>, z.ZodLazy; }, "strip", z.ZodTypeAny, { realm: string; }, { realm: string; }>>]>>; awaitPromise: z.ZodBoolean; resultOwnership: z.ZodOptional>>; serializationOptions: z.ZodOptional>>; maxObjectDepth: z.ZodOptional>>; includeShadowTree: z.ZodOptional>>; }, "strip", z.ZodTypeAny, { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; }, { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; }>>>; userActivation: z.ZodOptional>; }, "strip", z.ZodTypeAny, { expression: string; target: ({ context: string; sandbox?: string | undefined; } | { realm: string; }) & ({ context: string; sandbox?: string | undefined; } | { realm: string; } | undefined); awaitPromise: boolean; resultOwnership?: "none" | "root" | undefined; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; userActivation?: boolean | undefined; }, { expression: string; target: ({ context: string; sandbox?: string | undefined; } | { realm: string; }) & ({ context: string; sandbox?: string | undefined; } | { realm: string; } | undefined); awaitPromise: boolean; resultOwnership?: "none" | "root" | undefined; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; userActivation?: boolean | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { expression: string; target: ({ context: string; sandbox?: string | undefined; } | { realm: string; }) & ({ context: string; sandbox?: string | undefined; } | { realm: string; } | undefined); awaitPromise: boolean; resultOwnership?: "none" | "root" | undefined; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; userActivation?: boolean | undefined; }; method: "script.evaluate"; }, { params: { expression: string; target: ({ context: string; sandbox?: string | undefined; } | { realm: string; }) & ({ context: string; sandbox?: string | undefined; } | { realm: string; } | undefined); awaitPromise: boolean; resultOwnership?: "none" | "root" | undefined; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; userActivation?: boolean | undefined; }; method: "script.evaluate"; }>>; } export declare namespace Script { const EvaluateParametersSchema: z.ZodLazy; sandbox: z.ZodOptional; }, "strip", z.ZodTypeAny, { context: string; sandbox?: string | undefined; }, { context: string; sandbox?: string | undefined; }>>, z.ZodLazy; }, "strip", z.ZodTypeAny, { realm: string; }, { realm: string; }>>]>>; awaitPromise: z.ZodBoolean; resultOwnership: z.ZodOptional>>; serializationOptions: z.ZodOptional>>; maxObjectDepth: z.ZodOptional>>; includeShadowTree: z.ZodOptional>>; }, "strip", z.ZodTypeAny, { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; }, { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; }>>>; userActivation: z.ZodOptional>; }, "strip", z.ZodTypeAny, { expression: string; target: ({ context: string; sandbox?: string | undefined; } | { realm: string; }) & ({ context: string; sandbox?: string | undefined; } | { realm: string; } | undefined); awaitPromise: boolean; resultOwnership?: "none" | "root" | undefined; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; userActivation?: boolean | undefined; }, { expression: string; target: ({ context: string; sandbox?: string | undefined; } | { realm: string; }) & ({ context: string; sandbox?: string | undefined; } | { realm: string; } | undefined); awaitPromise: boolean; resultOwnership?: "none" | "root" | undefined; serializationOptions?: { maxDomDepth?: number | null | undefined; maxObjectDepth?: number | null | undefined; includeShadowTree?: "none" | "all" | "open" | undefined; } | undefined; userActivation?: boolean | undefined; }>>; } export declare namespace Script { const GetRealmsSchema: z.ZodLazy; params: z.ZodLazy>; type: z.ZodOptional>>; }, "strip", z.ZodTypeAny, { context?: string | undefined; type?: "worker" | "window" | "dedicated-worker" | "shared-worker" | "service-worker" | "paint-worklet" | "audio-worklet" | "worklet" | undefined; }, { context?: string | undefined; type?: "worker" | "window" | "dedicated-worker" | "shared-worker" | "service-worker" | "paint-worklet" | "audio-worklet" | "worklet" | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { context?: string | undefined; type?: "worker" | "window" | "dedicated-worker" | "shared-worker" | "service-worker" | "paint-worklet" | "audio-worklet" | "worklet" | undefined; }; method: "script.getRealms"; }, { params: { context?: string | undefined; type?: "worker" | "window" | "dedicated-worker" | "shared-worker" | "service-worker" | "paint-worklet" | "audio-worklet" | "worklet" | undefined; }; method: "script.getRealms"; }>>; } export declare namespace Script { const GetRealmsParametersSchema: z.ZodLazy>; type: z.ZodOptional>>; }, "strip", z.ZodTypeAny, { context?: string | undefined; type?: "worker" | "window" | "dedicated-worker" | "shared-worker" | "service-worker" | "paint-worklet" | "audio-worklet" | "worklet" | undefined; }, { context?: string | undefined; type?: "worker" | "window" | "dedicated-worker" | "shared-worker" | "service-worker" | "paint-worklet" | "audio-worklet" | "worklet" | undefined; }>>; } export declare namespace Script { const GetRealmsResultSchema: z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>, z.ZodObject<{ type: z.ZodLiteral<"window">; context: z.ZodLazy; sandbox: z.ZodOptional; }, "strip", z.ZodTypeAny, { type: "window"; context: string; sandbox?: string | undefined; }, { type: "window"; context: string; sandbox?: string | undefined; }>>>, z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>, z.ZodObject<{ type: z.ZodLiteral<"dedicated-worker">; owners: z.ZodTuple<[z.ZodLazy], null>; }, "strip", z.ZodTypeAny, { type: "dedicated-worker"; owners: [string]; }, { type: "dedicated-worker"; owners: [string]; }>>>, z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>, z.ZodObject<{ type: z.ZodLiteral<"shared-worker">; }, "strip", z.ZodTypeAny, { type: "shared-worker"; }, { type: "shared-worker"; }>>>, z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>, z.ZodObject<{ type: z.ZodLiteral<"service-worker">; }, "strip", z.ZodTypeAny, { type: "service-worker"; }, { type: "service-worker"; }>>>, z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>, z.ZodObject<{ type: z.ZodLiteral<"worker">; }, "strip", z.ZodTypeAny, { type: "worker"; }, { type: "worker"; }>>>, z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>, z.ZodObject<{ type: z.ZodLiteral<"paint-worklet">; }, "strip", z.ZodTypeAny, { type: "paint-worklet"; }, { type: "paint-worklet"; }>>>, z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>, z.ZodObject<{ type: z.ZodLiteral<"audio-worklet">; }, "strip", z.ZodTypeAny, { type: "audio-worklet"; }, { type: "audio-worklet"; }>>>, z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>, z.ZodObject<{ type: z.ZodLiteral<"worklet">; }, "strip", z.ZodTypeAny, { type: "worklet"; }, { type: "worklet"; }>>>]>>, "many">; }, "strip", z.ZodTypeAny, { realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; }, { realms: (({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }))[]; }>>; } export declare namespace Script { const RemovePreloadScriptSchema: z.ZodLazy; params: z.ZodLazy; }, "strip", z.ZodTypeAny, { script: string; }, { script: string; }>>; }, "strip", z.ZodTypeAny, { params: { script: string; }; method: "script.removePreloadScript"; }, { params: { script: string; }; method: "script.removePreloadScript"; }>>; } export declare namespace Script { const RemovePreloadScriptParametersSchema: z.ZodLazy; }, "strip", z.ZodTypeAny, { script: string; }, { script: string; }>>; } export declare namespace Script { const MessageParametersSchema: z.ZodLazy; data: any; source: z.ZodLazy; context: z.ZodOptional>; }, "strip", z.ZodTypeAny, { realm: string; context?: string | undefined; }, { realm: string; context?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { channel: string; source: { realm: string; context?: string | undefined; }; data?: any; }, { channel: string; source: { realm: string; context?: string | undefined; }; data?: any; }>>; } export declare namespace Script { const RealmCreatedSchema: z.ZodLazy; params: z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>, z.ZodObject<{ type: z.ZodLiteral<"window">; context: z.ZodLazy; sandbox: z.ZodOptional; }, "strip", z.ZodTypeAny, { type: "window"; context: string; sandbox?: string | undefined; }, { type: "window"; context: string; sandbox?: string | undefined; }>>>, z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>, z.ZodObject<{ type: z.ZodLiteral<"dedicated-worker">; owners: z.ZodTuple<[z.ZodLazy], null>; }, "strip", z.ZodTypeAny, { type: "dedicated-worker"; owners: [string]; }, { type: "dedicated-worker"; owners: [string]; }>>>, z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>, z.ZodObject<{ type: z.ZodLiteral<"shared-worker">; }, "strip", z.ZodTypeAny, { type: "shared-worker"; }, { type: "shared-worker"; }>>>, z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>, z.ZodObject<{ type: z.ZodLiteral<"service-worker">; }, "strip", z.ZodTypeAny, { type: "service-worker"; }, { type: "service-worker"; }>>>, z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>, z.ZodObject<{ type: z.ZodLiteral<"worker">; }, "strip", z.ZodTypeAny, { type: "worker"; }, { type: "worker"; }>>>, z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>, z.ZodObject<{ type: z.ZodLiteral<"paint-worklet">; }, "strip", z.ZodTypeAny, { type: "paint-worklet"; }, { type: "paint-worklet"; }>>>, z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>, z.ZodObject<{ type: z.ZodLiteral<"audio-worklet">; }, "strip", z.ZodTypeAny, { type: "audio-worklet"; }, { type: "audio-worklet"; }>>>, z.ZodLazy; origin: z.ZodString; }, "strip", z.ZodTypeAny, { origin: string; realm: string; }, { origin: string; realm: string; }>>, z.ZodObject<{ type: z.ZodLiteral<"worklet">; }, "strip", z.ZodTypeAny, { type: "worklet"; }, { type: "worklet"; }>>>]>>; }, "strip", z.ZodTypeAny, { params: ({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }); method: "script.realmCreated"; }, { params: ({ origin: string; realm: string; } & { type: "window"; context: string; sandbox?: string | undefined; }) | ({ origin: string; realm: string; } & { type: "dedicated-worker"; owners: [string]; }) | ({ origin: string; realm: string; } & { type: "shared-worker"; }) | ({ origin: string; realm: string; } & { type: "service-worker"; }) | ({ origin: string; realm: string; } & { type: "worker"; }) | ({ origin: string; realm: string; } & { type: "paint-worklet"; }) | ({ origin: string; realm: string; } & { type: "audio-worklet"; }) | ({ origin: string; realm: string; } & { type: "worklet"; }); method: "script.realmCreated"; }>>; } export declare namespace Script { const MessageSchema: z.ZodLazy; params: z.ZodLazy; data: any; source: z.ZodLazy; context: z.ZodOptional>; }, "strip", z.ZodTypeAny, { realm: string; context?: string | undefined; }, { realm: string; context?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { channel: string; source: { realm: string; context?: string | undefined; }; data?: any; }, { channel: string; source: { realm: string; context?: string | undefined; }; data?: any; }>>; }, "strip", z.ZodTypeAny, { params: { channel: string; source: { realm: string; context?: string | undefined; }; data?: any; }; method: "script.message"; }, { params: { channel: string; source: { realm: string; context?: string | undefined; }; data?: any; }; method: "script.message"; }>>; } export declare namespace Script { const RealmDestroyedSchema: z.ZodLazy; params: z.ZodLazy; }, "strip", z.ZodTypeAny, { realm: string; }, { realm: string; }>>; }, "strip", z.ZodTypeAny, { params: { realm: string; }; method: "script.realmDestroyed"; }, { params: { realm: string; }; method: "script.realmDestroyed"; }>>; } export declare namespace Script { const RealmDestroyedParametersSchema: z.ZodLazy; }, "strip", z.ZodTypeAny, { realm: string; }, { realm: string; }>>; } export declare const StorageCommandSchema: z.ZodLazy; params: z.ZodLazy; value: z.ZodOptional; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>>; domain: z.ZodOptional; path: z.ZodOptional; size: z.ZodOptional; httpOnly: z.ZodOptional; secure: z.ZodOptional; sameSite: z.ZodOptional>>; expiry: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; value?: { type: "string"; value: string; } | { type: "base64"; value: string; } | undefined; domain?: string | undefined; path?: string | undefined; size?: number | undefined; httpOnly?: boolean | undefined; secure?: boolean | undefined; sameSite?: "strict" | "none" | "lax" | undefined; expiry?: number | undefined; }, { name?: string | undefined; value?: { type: "string"; value: string; } | { type: "base64"; value: string; } | undefined; domain?: string | undefined; path?: string | undefined; size?: number | undefined; httpOnly?: boolean | undefined; secure?: boolean | undefined; sameSite?: "strict" | "none" | "lax" | undefined; expiry?: number | undefined; }>, z.ZodLazy>>>>; partition: z.ZodOptional; context: z.ZodLazy; }, "strip", z.ZodTypeAny, { type: "context"; context: string; }, { type: "context"; context: string; }>>, z.ZodLazy; userContext: z.ZodOptional; sourceOrigin: z.ZodOptional; }, "strip", z.ZodTypeAny, { type: "storageKey"; userContext?: string | undefined; sourceOrigin?: string | undefined; }, { type: "storageKey"; userContext?: string | undefined; sourceOrigin?: string | undefined; }>, z.ZodLazy>>>]>>>; }, "strip", z.ZodTypeAny, { filter?: ({ name?: string | undefined; value?: { type: "string"; value: string; } | { type: "base64"; value: string; } | undefined; domain?: string | undefined; path?: string | undefined; size?: number | undefined; httpOnly?: boolean | undefined; secure?: boolean | undefined; sameSite?: "strict" | "none" | "lax" | undefined; expiry?: number | undefined; } & Record) | undefined; partition?: { type: "context"; context: string; } | ({ type: "storageKey"; userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record) | undefined; }, { filter?: ({ name?: string | undefined; value?: { type: "string"; value: string; } | { type: "base64"; value: string; } | undefined; domain?: string | undefined; path?: string | undefined; size?: number | undefined; httpOnly?: boolean | undefined; secure?: boolean | undefined; sameSite?: "strict" | "none" | "lax" | undefined; expiry?: number | undefined; } & Record) | undefined; partition?: { type: "context"; context: string; } | ({ type: "storageKey"; userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record) | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { filter?: ({ name?: string | undefined; value?: { type: "string"; value: string; } | { type: "base64"; value: string; } | undefined; domain?: string | undefined; path?: string | undefined; size?: number | undefined; httpOnly?: boolean | undefined; secure?: boolean | undefined; sameSite?: "strict" | "none" | "lax" | undefined; expiry?: number | undefined; } & Record) | undefined; partition?: { type: "context"; context: string; } | ({ type: "storageKey"; userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record) | undefined; }; method: "storage.deleteCookies"; }, { params: { filter?: ({ name?: string | undefined; value?: { type: "string"; value: string; } | { type: "base64"; value: string; } | undefined; domain?: string | undefined; path?: string | undefined; size?: number | undefined; httpOnly?: boolean | undefined; secure?: boolean | undefined; sameSite?: "strict" | "none" | "lax" | undefined; expiry?: number | undefined; } & Record) | undefined; partition?: { type: "context"; context: string; } | ({ type: "storageKey"; userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record) | undefined; }; method: "storage.deleteCookies"; }>>, z.ZodLazy; params: z.ZodLazy; value: z.ZodOptional; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>>; domain: z.ZodOptional; path: z.ZodOptional; size: z.ZodOptional; httpOnly: z.ZodOptional; secure: z.ZodOptional; sameSite: z.ZodOptional>>; expiry: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; value?: { type: "string"; value: string; } | { type: "base64"; value: string; } | undefined; domain?: string | undefined; path?: string | undefined; size?: number | undefined; httpOnly?: boolean | undefined; secure?: boolean | undefined; sameSite?: "strict" | "none" | "lax" | undefined; expiry?: number | undefined; }, { name?: string | undefined; value?: { type: "string"; value: string; } | { type: "base64"; value: string; } | undefined; domain?: string | undefined; path?: string | undefined; size?: number | undefined; httpOnly?: boolean | undefined; secure?: boolean | undefined; sameSite?: "strict" | "none" | "lax" | undefined; expiry?: number | undefined; }>, z.ZodLazy>>>>; partition: z.ZodOptional; context: z.ZodLazy; }, "strip", z.ZodTypeAny, { type: "context"; context: string; }, { type: "context"; context: string; }>>, z.ZodLazy; userContext: z.ZodOptional; sourceOrigin: z.ZodOptional; }, "strip", z.ZodTypeAny, { type: "storageKey"; userContext?: string | undefined; sourceOrigin?: string | undefined; }, { type: "storageKey"; userContext?: string | undefined; sourceOrigin?: string | undefined; }>, z.ZodLazy>>>]>>>; }, "strip", z.ZodTypeAny, { filter?: ({ name?: string | undefined; value?: { type: "string"; value: string; } | { type: "base64"; value: string; } | undefined; domain?: string | undefined; path?: string | undefined; size?: number | undefined; httpOnly?: boolean | undefined; secure?: boolean | undefined; sameSite?: "strict" | "none" | "lax" | undefined; expiry?: number | undefined; } & Record) | undefined; partition?: { type: "context"; context: string; } | ({ type: "storageKey"; userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record) | undefined; }, { filter?: ({ name?: string | undefined; value?: { type: "string"; value: string; } | { type: "base64"; value: string; } | undefined; domain?: string | undefined; path?: string | undefined; size?: number | undefined; httpOnly?: boolean | undefined; secure?: boolean | undefined; sameSite?: "strict" | "none" | "lax" | undefined; expiry?: number | undefined; } & Record) | undefined; partition?: { type: "context"; context: string; } | ({ type: "storageKey"; userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record) | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { filter?: ({ name?: string | undefined; value?: { type: "string"; value: string; } | { type: "base64"; value: string; } | undefined; domain?: string | undefined; path?: string | undefined; size?: number | undefined; httpOnly?: boolean | undefined; secure?: boolean | undefined; sameSite?: "strict" | "none" | "lax" | undefined; expiry?: number | undefined; } & Record) | undefined; partition?: { type: "context"; context: string; } | ({ type: "storageKey"; userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record) | undefined; }; method: "storage.getCookies"; }, { params: { filter?: ({ name?: string | undefined; value?: { type: "string"; value: string; } | { type: "base64"; value: string; } | undefined; domain?: string | undefined; path?: string | undefined; size?: number | undefined; httpOnly?: boolean | undefined; secure?: boolean | undefined; sameSite?: "strict" | "none" | "lax" | undefined; expiry?: number | undefined; } & Record) | undefined; partition?: { type: "context"; context: string; } | ({ type: "storageKey"; userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record) | undefined; }; method: "storage.getCookies"; }>>, z.ZodLazy; params: z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; domain: z.ZodString; path: z.ZodOptional; httpOnly: z.ZodOptional; secure: z.ZodOptional; sameSite: z.ZodOptional>>; expiry: z.ZodOptional; }, "strip", z.ZodTypeAny, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; domain: string; path?: string | undefined; httpOnly?: boolean | undefined; secure?: boolean | undefined; sameSite?: "strict" | "none" | "lax" | undefined; expiry?: number | undefined; }, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; domain: string; path?: string | undefined; httpOnly?: boolean | undefined; secure?: boolean | undefined; sameSite?: "strict" | "none" | "lax" | undefined; expiry?: number | undefined; }>, z.ZodLazy>>>; partition: z.ZodOptional; context: z.ZodLazy; }, "strip", z.ZodTypeAny, { type: "context"; context: string; }, { type: "context"; context: string; }>>, z.ZodLazy; userContext: z.ZodOptional; sourceOrigin: z.ZodOptional; }, "strip", z.ZodTypeAny, { type: "storageKey"; userContext?: string | undefined; sourceOrigin?: string | undefined; }, { type: "storageKey"; userContext?: string | undefined; sourceOrigin?: string | undefined; }>, z.ZodLazy>>>]>>>; }, "strip", z.ZodTypeAny, { cookie: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; domain: string; path?: string | undefined; httpOnly?: boolean | undefined; secure?: boolean | undefined; sameSite?: "strict" | "none" | "lax" | undefined; expiry?: number | undefined; } & Record; partition?: { type: "context"; context: string; } | ({ type: "storageKey"; userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record) | undefined; }, { cookie: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; domain: string; path?: string | undefined; httpOnly?: boolean | undefined; secure?: boolean | undefined; sameSite?: "strict" | "none" | "lax" | undefined; expiry?: number | undefined; } & Record; partition?: { type: "context"; context: string; } | ({ type: "storageKey"; userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record) | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { cookie: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; domain: string; path?: string | undefined; httpOnly?: boolean | undefined; secure?: boolean | undefined; sameSite?: "strict" | "none" | "lax" | undefined; expiry?: number | undefined; } & Record; partition?: { type: "context"; context: string; } | ({ type: "storageKey"; userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record) | undefined; }; method: "storage.setCookie"; }, { params: { cookie: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; domain: string; path?: string | undefined; httpOnly?: boolean | undefined; secure?: boolean | undefined; sameSite?: "strict" | "none" | "lax" | undefined; expiry?: number | undefined; } & Record; partition?: { type: "context"; context: string; } | ({ type: "storageKey"; userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record) | undefined; }; method: "storage.setCookie"; }>>]>>; export declare const StorageResultSchema: z.ZodLazy; sourceOrigin: z.ZodOptional; }, "strip", z.ZodTypeAny, { userContext?: string | undefined; sourceOrigin?: string | undefined; }, { userContext?: string | undefined; sourceOrigin?: string | undefined; }>, z.ZodLazy>>>; }, "strip", z.ZodTypeAny, { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }, { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; domain: z.ZodString; path: z.ZodString; size: z.ZodNumber; httpOnly: z.ZodBoolean; secure: z.ZodBoolean; sameSite: z.ZodLazy>; expiry: z.ZodOptional; }, "strip", z.ZodTypeAny, { path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; }, { path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; }>, z.ZodLazy>>>, "many">; partitionKey: z.ZodLazy; sourceOrigin: z.ZodOptional; }, "strip", z.ZodTypeAny, { userContext?: string | undefined; sourceOrigin?: string | undefined; }, { userContext?: string | undefined; sourceOrigin?: string | undefined; }>, z.ZodLazy>>>; }, "strip", z.ZodTypeAny, { cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }, { cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }>>, z.ZodLazy; sourceOrigin: z.ZodOptional; }, "strip", z.ZodTypeAny, { userContext?: string | undefined; sourceOrigin?: string | undefined; }, { userContext?: string | undefined; sourceOrigin?: string | undefined; }>, z.ZodLazy>>>; }, "strip", z.ZodTypeAny, { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }, { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }>>]>>; export declare namespace Storage { const PartitionKeySchema: z.ZodLazy; sourceOrigin: z.ZodOptional; }, "strip", z.ZodTypeAny, { userContext?: string | undefined; sourceOrigin?: string | undefined; }, { userContext?: string | undefined; sourceOrigin?: string | undefined; }>, z.ZodLazy>>>; } export declare namespace Storage { const GetCookiesSchema: z.ZodLazy; params: z.ZodLazy; value: z.ZodOptional; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>>; domain: z.ZodOptional; path: z.ZodOptional; size: z.ZodOptional; httpOnly: z.ZodOptional; secure: z.ZodOptional; sameSite: z.ZodOptional>>; expiry: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; value?: { type: "string"; value: string; } | { type: "base64"; value: string; } | undefined; domain?: string | undefined; path?: string | undefined; size?: number | undefined; httpOnly?: boolean | undefined; secure?: boolean | undefined; sameSite?: "strict" | "none" | "lax" | undefined; expiry?: number | undefined; }, { name?: string | undefined; value?: { type: "string"; value: string; } | { type: "base64"; value: string; } | undefined; domain?: string | undefined; path?: string | undefined; size?: number | undefined; httpOnly?: boolean | undefined; secure?: boolean | undefined; sameSite?: "strict" | "none" | "lax" | undefined; expiry?: number | undefined; }>, z.ZodLazy>>>>; partition: z.ZodOptional; context: z.ZodLazy; }, "strip", z.ZodTypeAny, { type: "context"; context: string; }, { type: "context"; context: string; }>>, z.ZodLazy; userContext: z.ZodOptional; sourceOrigin: z.ZodOptional; }, "strip", z.ZodTypeAny, { type: "storageKey"; userContext?: string | undefined; sourceOrigin?: string | undefined; }, { type: "storageKey"; userContext?: string | undefined; sourceOrigin?: string | undefined; }>, z.ZodLazy>>>]>>>; }, "strip", z.ZodTypeAny, { filter?: ({ name?: string | undefined; value?: { type: "string"; value: string; } | { type: "base64"; value: string; } | undefined; domain?: string | undefined; path?: string | undefined; size?: number | undefined; httpOnly?: boolean | undefined; secure?: boolean | undefined; sameSite?: "strict" | "none" | "lax" | undefined; expiry?: number | undefined; } & Record) | undefined; partition?: { type: "context"; context: string; } | ({ type: "storageKey"; userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record) | undefined; }, { filter?: ({ name?: string | undefined; value?: { type: "string"; value: string; } | { type: "base64"; value: string; } | undefined; domain?: string | undefined; path?: string | undefined; size?: number | undefined; httpOnly?: boolean | undefined; secure?: boolean | undefined; sameSite?: "strict" | "none" | "lax" | undefined; expiry?: number | undefined; } & Record) | undefined; partition?: { type: "context"; context: string; } | ({ type: "storageKey"; userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record) | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { filter?: ({ name?: string | undefined; value?: { type: "string"; value: string; } | { type: "base64"; value: string; } | undefined; domain?: string | undefined; path?: string | undefined; size?: number | undefined; httpOnly?: boolean | undefined; secure?: boolean | undefined; sameSite?: "strict" | "none" | "lax" | undefined; expiry?: number | undefined; } & Record) | undefined; partition?: { type: "context"; context: string; } | ({ type: "storageKey"; userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record) | undefined; }; method: "storage.getCookies"; }, { params: { filter?: ({ name?: string | undefined; value?: { type: "string"; value: string; } | { type: "base64"; value: string; } | undefined; domain?: string | undefined; path?: string | undefined; size?: number | undefined; httpOnly?: boolean | undefined; secure?: boolean | undefined; sameSite?: "strict" | "none" | "lax" | undefined; expiry?: number | undefined; } & Record) | undefined; partition?: { type: "context"; context: string; } | ({ type: "storageKey"; userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record) | undefined; }; method: "storage.getCookies"; }>>; } export declare namespace Storage { const CookieFilterSchema: z.ZodLazy; value: z.ZodOptional; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>>; domain: z.ZodOptional; path: z.ZodOptional; size: z.ZodOptional; httpOnly: z.ZodOptional; secure: z.ZodOptional; sameSite: z.ZodOptional>>; expiry: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; value?: { type: "string"; value: string; } | { type: "base64"; value: string; } | undefined; domain?: string | undefined; path?: string | undefined; size?: number | undefined; httpOnly?: boolean | undefined; secure?: boolean | undefined; sameSite?: "strict" | "none" | "lax" | undefined; expiry?: number | undefined; }, { name?: string | undefined; value?: { type: "string"; value: string; } | { type: "base64"; value: string; } | undefined; domain?: string | undefined; path?: string | undefined; size?: number | undefined; httpOnly?: boolean | undefined; secure?: boolean | undefined; sameSite?: "strict" | "none" | "lax" | undefined; expiry?: number | undefined; }>, z.ZodLazy>>>; } export declare namespace Storage { const BrowsingContextPartitionDescriptorSchema: z.ZodLazy; context: z.ZodLazy; }, "strip", z.ZodTypeAny, { type: "context"; context: string; }, { type: "context"; context: string; }>>; } export declare namespace Storage { const StorageKeyPartitionDescriptorSchema: z.ZodLazy; userContext: z.ZodOptional; sourceOrigin: z.ZodOptional; }, "strip", z.ZodTypeAny, { type: "storageKey"; userContext?: string | undefined; sourceOrigin?: string | undefined; }, { type: "storageKey"; userContext?: string | undefined; sourceOrigin?: string | undefined; }>, z.ZodLazy>>>; } export declare namespace Storage { const PartitionDescriptorSchema: z.ZodLazy; context: z.ZodLazy; }, "strip", z.ZodTypeAny, { type: "context"; context: string; }, { type: "context"; context: string; }>>, z.ZodLazy; userContext: z.ZodOptional; sourceOrigin: z.ZodOptional; }, "strip", z.ZodTypeAny, { type: "storageKey"; userContext?: string | undefined; sourceOrigin?: string | undefined; }, { type: "storageKey"; userContext?: string | undefined; sourceOrigin?: string | undefined; }>, z.ZodLazy>>>]>>; } export declare namespace Storage { const GetCookiesParametersSchema: z.ZodLazy; value: z.ZodOptional; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>>; domain: z.ZodOptional; path: z.ZodOptional; size: z.ZodOptional; httpOnly: z.ZodOptional; secure: z.ZodOptional; sameSite: z.ZodOptional>>; expiry: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; value?: { type: "string"; value: string; } | { type: "base64"; value: string; } | undefined; domain?: string | undefined; path?: string | undefined; size?: number | undefined; httpOnly?: boolean | undefined; secure?: boolean | undefined; sameSite?: "strict" | "none" | "lax" | undefined; expiry?: number | undefined; }, { name?: string | undefined; value?: { type: "string"; value: string; } | { type: "base64"; value: string; } | undefined; domain?: string | undefined; path?: string | undefined; size?: number | undefined; httpOnly?: boolean | undefined; secure?: boolean | undefined; sameSite?: "strict" | "none" | "lax" | undefined; expiry?: number | undefined; }>, z.ZodLazy>>>>; partition: z.ZodOptional; context: z.ZodLazy; }, "strip", z.ZodTypeAny, { type: "context"; context: string; }, { type: "context"; context: string; }>>, z.ZodLazy; userContext: z.ZodOptional; sourceOrigin: z.ZodOptional; }, "strip", z.ZodTypeAny, { type: "storageKey"; userContext?: string | undefined; sourceOrigin?: string | undefined; }, { type: "storageKey"; userContext?: string | undefined; sourceOrigin?: string | undefined; }>, z.ZodLazy>>>]>>>; }, "strip", z.ZodTypeAny, { filter?: ({ name?: string | undefined; value?: { type: "string"; value: string; } | { type: "base64"; value: string; } | undefined; domain?: string | undefined; path?: string | undefined; size?: number | undefined; httpOnly?: boolean | undefined; secure?: boolean | undefined; sameSite?: "strict" | "none" | "lax" | undefined; expiry?: number | undefined; } & Record) | undefined; partition?: { type: "context"; context: string; } | ({ type: "storageKey"; userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record) | undefined; }, { filter?: ({ name?: string | undefined; value?: { type: "string"; value: string; } | { type: "base64"; value: string; } | undefined; domain?: string | undefined; path?: string | undefined; size?: number | undefined; httpOnly?: boolean | undefined; secure?: boolean | undefined; sameSite?: "strict" | "none" | "lax" | undefined; expiry?: number | undefined; } & Record) | undefined; partition?: { type: "context"; context: string; } | ({ type: "storageKey"; userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record) | undefined; }>>; } export declare namespace Storage { const GetCookiesResultSchema: z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; domain: z.ZodString; path: z.ZodString; size: z.ZodNumber; httpOnly: z.ZodBoolean; secure: z.ZodBoolean; sameSite: z.ZodLazy>; expiry: z.ZodOptional; }, "strip", z.ZodTypeAny, { path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; }, { path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; }>, z.ZodLazy>>>, "many">; partitionKey: z.ZodLazy; sourceOrigin: z.ZodOptional; }, "strip", z.ZodTypeAny, { userContext?: string | undefined; sourceOrigin?: string | undefined; }, { userContext?: string | undefined; sourceOrigin?: string | undefined; }>, z.ZodLazy>>>; }, "strip", z.ZodTypeAny, { cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }, { cookies: ({ path: string; value: { type: "string"; value: string; } | { type: "base64"; value: string; }; size: number; secure: boolean; name: string; domain: string; httpOnly: boolean; sameSite: "strict" | "none" | "lax"; expiry?: number | undefined; } & Record)[]; partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }>>; } export declare namespace Storage { const SetCookieSchema: z.ZodLazy; params: z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; domain: z.ZodString; path: z.ZodOptional; httpOnly: z.ZodOptional; secure: z.ZodOptional; sameSite: z.ZodOptional>>; expiry: z.ZodOptional; }, "strip", z.ZodTypeAny, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; domain: string; path?: string | undefined; httpOnly?: boolean | undefined; secure?: boolean | undefined; sameSite?: "strict" | "none" | "lax" | undefined; expiry?: number | undefined; }, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; domain: string; path?: string | undefined; httpOnly?: boolean | undefined; secure?: boolean | undefined; sameSite?: "strict" | "none" | "lax" | undefined; expiry?: number | undefined; }>, z.ZodLazy>>>; partition: z.ZodOptional; context: z.ZodLazy; }, "strip", z.ZodTypeAny, { type: "context"; context: string; }, { type: "context"; context: string; }>>, z.ZodLazy; userContext: z.ZodOptional; sourceOrigin: z.ZodOptional; }, "strip", z.ZodTypeAny, { type: "storageKey"; userContext?: string | undefined; sourceOrigin?: string | undefined; }, { type: "storageKey"; userContext?: string | undefined; sourceOrigin?: string | undefined; }>, z.ZodLazy>>>]>>>; }, "strip", z.ZodTypeAny, { cookie: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; domain: string; path?: string | undefined; httpOnly?: boolean | undefined; secure?: boolean | undefined; sameSite?: "strict" | "none" | "lax" | undefined; expiry?: number | undefined; } & Record; partition?: { type: "context"; context: string; } | ({ type: "storageKey"; userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record) | undefined; }, { cookie: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; domain: string; path?: string | undefined; httpOnly?: boolean | undefined; secure?: boolean | undefined; sameSite?: "strict" | "none" | "lax" | undefined; expiry?: number | undefined; } & Record; partition?: { type: "context"; context: string; } | ({ type: "storageKey"; userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record) | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { cookie: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; domain: string; path?: string | undefined; httpOnly?: boolean | undefined; secure?: boolean | undefined; sameSite?: "strict" | "none" | "lax" | undefined; expiry?: number | undefined; } & Record; partition?: { type: "context"; context: string; } | ({ type: "storageKey"; userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record) | undefined; }; method: "storage.setCookie"; }, { params: { cookie: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; domain: string; path?: string | undefined; httpOnly?: boolean | undefined; secure?: boolean | undefined; sameSite?: "strict" | "none" | "lax" | undefined; expiry?: number | undefined; } & Record; partition?: { type: "context"; context: string; } | ({ type: "storageKey"; userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record) | undefined; }; method: "storage.setCookie"; }>>; } export declare namespace Storage { const PartialCookieSchema: z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; domain: z.ZodString; path: z.ZodOptional; httpOnly: z.ZodOptional; secure: z.ZodOptional; sameSite: z.ZodOptional>>; expiry: z.ZodOptional; }, "strip", z.ZodTypeAny, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; domain: string; path?: string | undefined; httpOnly?: boolean | undefined; secure?: boolean | undefined; sameSite?: "strict" | "none" | "lax" | undefined; expiry?: number | undefined; }, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; domain: string; path?: string | undefined; httpOnly?: boolean | undefined; secure?: boolean | undefined; sameSite?: "strict" | "none" | "lax" | undefined; expiry?: number | undefined; }>, z.ZodLazy>>>; } export declare namespace Storage { const SetCookieParametersSchema: z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>; domain: z.ZodString; path: z.ZodOptional; httpOnly: z.ZodOptional; secure: z.ZodOptional; sameSite: z.ZodOptional>>; expiry: z.ZodOptional; }, "strip", z.ZodTypeAny, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; domain: string; path?: string | undefined; httpOnly?: boolean | undefined; secure?: boolean | undefined; sameSite?: "strict" | "none" | "lax" | undefined; expiry?: number | undefined; }, { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; domain: string; path?: string | undefined; httpOnly?: boolean | undefined; secure?: boolean | undefined; sameSite?: "strict" | "none" | "lax" | undefined; expiry?: number | undefined; }>, z.ZodLazy>>>; partition: z.ZodOptional; context: z.ZodLazy; }, "strip", z.ZodTypeAny, { type: "context"; context: string; }, { type: "context"; context: string; }>>, z.ZodLazy; userContext: z.ZodOptional; sourceOrigin: z.ZodOptional; }, "strip", z.ZodTypeAny, { type: "storageKey"; userContext?: string | undefined; sourceOrigin?: string | undefined; }, { type: "storageKey"; userContext?: string | undefined; sourceOrigin?: string | undefined; }>, z.ZodLazy>>>]>>>; }, "strip", z.ZodTypeAny, { cookie: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; domain: string; path?: string | undefined; httpOnly?: boolean | undefined; secure?: boolean | undefined; sameSite?: "strict" | "none" | "lax" | undefined; expiry?: number | undefined; } & Record; partition?: { type: "context"; context: string; } | ({ type: "storageKey"; userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record) | undefined; }, { cookie: { value: { type: "string"; value: string; } | { type: "base64"; value: string; }; name: string; domain: string; path?: string | undefined; httpOnly?: boolean | undefined; secure?: boolean | undefined; sameSite?: "strict" | "none" | "lax" | undefined; expiry?: number | undefined; } & Record; partition?: { type: "context"; context: string; } | ({ type: "storageKey"; userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record) | undefined; }>>; } export declare namespace Storage { const SetCookieResultSchema: z.ZodLazy; sourceOrigin: z.ZodOptional; }, "strip", z.ZodTypeAny, { userContext?: string | undefined; sourceOrigin?: string | undefined; }, { userContext?: string | undefined; sourceOrigin?: string | undefined; }>, z.ZodLazy>>>; }, "strip", z.ZodTypeAny, { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }, { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }>>; } export declare namespace Storage { const DeleteCookiesSchema: z.ZodLazy; params: z.ZodLazy; value: z.ZodOptional; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>>; domain: z.ZodOptional; path: z.ZodOptional; size: z.ZodOptional; httpOnly: z.ZodOptional; secure: z.ZodOptional; sameSite: z.ZodOptional>>; expiry: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; value?: { type: "string"; value: string; } | { type: "base64"; value: string; } | undefined; domain?: string | undefined; path?: string | undefined; size?: number | undefined; httpOnly?: boolean | undefined; secure?: boolean | undefined; sameSite?: "strict" | "none" | "lax" | undefined; expiry?: number | undefined; }, { name?: string | undefined; value?: { type: "string"; value: string; } | { type: "base64"; value: string; } | undefined; domain?: string | undefined; path?: string | undefined; size?: number | undefined; httpOnly?: boolean | undefined; secure?: boolean | undefined; sameSite?: "strict" | "none" | "lax" | undefined; expiry?: number | undefined; }>, z.ZodLazy>>>>; partition: z.ZodOptional; context: z.ZodLazy; }, "strip", z.ZodTypeAny, { type: "context"; context: string; }, { type: "context"; context: string; }>>, z.ZodLazy; userContext: z.ZodOptional; sourceOrigin: z.ZodOptional; }, "strip", z.ZodTypeAny, { type: "storageKey"; userContext?: string | undefined; sourceOrigin?: string | undefined; }, { type: "storageKey"; userContext?: string | undefined; sourceOrigin?: string | undefined; }>, z.ZodLazy>>>]>>>; }, "strip", z.ZodTypeAny, { filter?: ({ name?: string | undefined; value?: { type: "string"; value: string; } | { type: "base64"; value: string; } | undefined; domain?: string | undefined; path?: string | undefined; size?: number | undefined; httpOnly?: boolean | undefined; secure?: boolean | undefined; sameSite?: "strict" | "none" | "lax" | undefined; expiry?: number | undefined; } & Record) | undefined; partition?: { type: "context"; context: string; } | ({ type: "storageKey"; userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record) | undefined; }, { filter?: ({ name?: string | undefined; value?: { type: "string"; value: string; } | { type: "base64"; value: string; } | undefined; domain?: string | undefined; path?: string | undefined; size?: number | undefined; httpOnly?: boolean | undefined; secure?: boolean | undefined; sameSite?: "strict" | "none" | "lax" | undefined; expiry?: number | undefined; } & Record) | undefined; partition?: { type: "context"; context: string; } | ({ type: "storageKey"; userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record) | undefined; }>>; }, "strip", z.ZodTypeAny, { params: { filter?: ({ name?: string | undefined; value?: { type: "string"; value: string; } | { type: "base64"; value: string; } | undefined; domain?: string | undefined; path?: string | undefined; size?: number | undefined; httpOnly?: boolean | undefined; secure?: boolean | undefined; sameSite?: "strict" | "none" | "lax" | undefined; expiry?: number | undefined; } & Record) | undefined; partition?: { type: "context"; context: string; } | ({ type: "storageKey"; userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record) | undefined; }; method: "storage.deleteCookies"; }, { params: { filter?: ({ name?: string | undefined; value?: { type: "string"; value: string; } | { type: "base64"; value: string; } | undefined; domain?: string | undefined; path?: string | undefined; size?: number | undefined; httpOnly?: boolean | undefined; secure?: boolean | undefined; sameSite?: "strict" | "none" | "lax" | undefined; expiry?: number | undefined; } & Record) | undefined; partition?: { type: "context"; context: string; } | ({ type: "storageKey"; userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record) | undefined; }; method: "storage.deleteCookies"; }>>; } export declare namespace Storage { const DeleteCookiesParametersSchema: z.ZodLazy; value: z.ZodOptional; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "string"; value: string; }, { type: "string"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "base64"; value: string; }, { type: "base64"; value: string; }>>]>>>; domain: z.ZodOptional; path: z.ZodOptional; size: z.ZodOptional; httpOnly: z.ZodOptional; secure: z.ZodOptional; sameSite: z.ZodOptional>>; expiry: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; value?: { type: "string"; value: string; } | { type: "base64"; value: string; } | undefined; domain?: string | undefined; path?: string | undefined; size?: number | undefined; httpOnly?: boolean | undefined; secure?: boolean | undefined; sameSite?: "strict" | "none" | "lax" | undefined; expiry?: number | undefined; }, { name?: string | undefined; value?: { type: "string"; value: string; } | { type: "base64"; value: string; } | undefined; domain?: string | undefined; path?: string | undefined; size?: number | undefined; httpOnly?: boolean | undefined; secure?: boolean | undefined; sameSite?: "strict" | "none" | "lax" | undefined; expiry?: number | undefined; }>, z.ZodLazy>>>>; partition: z.ZodOptional; context: z.ZodLazy; }, "strip", z.ZodTypeAny, { type: "context"; context: string; }, { type: "context"; context: string; }>>, z.ZodLazy; userContext: z.ZodOptional; sourceOrigin: z.ZodOptional; }, "strip", z.ZodTypeAny, { type: "storageKey"; userContext?: string | undefined; sourceOrigin?: string | undefined; }, { type: "storageKey"; userContext?: string | undefined; sourceOrigin?: string | undefined; }>, z.ZodLazy>>>]>>>; }, "strip", z.ZodTypeAny, { filter?: ({ name?: string | undefined; value?: { type: "string"; value: string; } | { type: "base64"; value: string; } | undefined; domain?: string | undefined; path?: string | undefined; size?: number | undefined; httpOnly?: boolean | undefined; secure?: boolean | undefined; sameSite?: "strict" | "none" | "lax" | undefined; expiry?: number | undefined; } & Record) | undefined; partition?: { type: "context"; context: string; } | ({ type: "storageKey"; userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record) | undefined; }, { filter?: ({ name?: string | undefined; value?: { type: "string"; value: string; } | { type: "base64"; value: string; } | undefined; domain?: string | undefined; path?: string | undefined; size?: number | undefined; httpOnly?: boolean | undefined; secure?: boolean | undefined; sameSite?: "strict" | "none" | "lax" | undefined; expiry?: number | undefined; } & Record) | undefined; partition?: { type: "context"; context: string; } | ({ type: "storageKey"; userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record) | undefined; }>>; } export declare namespace Storage { const DeleteCookiesResultSchema: z.ZodLazy; sourceOrigin: z.ZodOptional; }, "strip", z.ZodTypeAny, { userContext?: string | undefined; sourceOrigin?: string | undefined; }, { userContext?: string | undefined; sourceOrigin?: string | undefined; }>, z.ZodLazy>>>; }, "strip", z.ZodTypeAny, { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }, { partitionKey: { userContext?: string | undefined; sourceOrigin?: string | undefined; } & Record; }>>; } export declare const LogEventSchema: z.ZodLazy; params: z.ZodLazy>; source: z.ZodLazy; context: z.ZodOptional>; }, "strip", z.ZodTypeAny, { realm: string; context?: string | undefined; }, { realm: string; context?: string | undefined; }>>; text: z.ZodUnion<[z.ZodString, z.ZodNull]>; timestamp: z.ZodNumber; stackTrace: z.ZodOptional>, "many">; }, "strip", z.ZodTypeAny, { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }, { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }>>>; }, "strip", z.ZodTypeAny, { level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; }, { level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; }>>, z.ZodObject<{ type: z.ZodString; }, "strip", z.ZodTypeAny, { type: string; }, { type: string; }>>>, z.ZodLazy>; source: z.ZodLazy; context: z.ZodOptional>; }, "strip", z.ZodTypeAny, { realm: string; context?: string | undefined; }, { realm: string; context?: string | undefined; }>>; text: z.ZodUnion<[z.ZodString, z.ZodNull]>; timestamp: z.ZodNumber; stackTrace: z.ZodOptional>, "many">; }, "strip", z.ZodTypeAny, { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }, { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }>>>; }, "strip", z.ZodTypeAny, { level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; }, { level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; }>>, z.ZodObject<{ type: z.ZodLiteral<"console">; method: z.ZodString; args: z.ZodArray; }, "strip", z.ZodTypeAny, { type: "console"; args: any[]; method: string; }, { type: "console"; args: any[]; method: string; }>>>, z.ZodLazy>; source: z.ZodLazy; context: z.ZodOptional>; }, "strip", z.ZodTypeAny, { realm: string; context?: string | undefined; }, { realm: string; context?: string | undefined; }>>; text: z.ZodUnion<[z.ZodString, z.ZodNull]>; timestamp: z.ZodNumber; stackTrace: z.ZodOptional>, "many">; }, "strip", z.ZodTypeAny, { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }, { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }>>>; }, "strip", z.ZodTypeAny, { level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; }, { level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; }>>, z.ZodObject<{ type: z.ZodLiteral<"javascript">; }, "strip", z.ZodTypeAny, { type: "javascript"; }, { type: "javascript"; }>>>]>>; }, "strip", z.ZodTypeAny, { params: ({ level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; } & { type: string; }) | ({ level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; } & { type: "console"; args: any[]; method: string; }) | ({ level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; } & { type: "javascript"; }) | ({ level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; } & { type: string; } & { type: "console"; args: any[]; method: string; }) | ({ level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; } & { type: string; } & { type: "javascript"; }) | ({ level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; } & { type: "console"; args: any[]; method: string; } & { type: string; }) | ({ level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; } & { type: "javascript"; } & { type: string; }); method: "log.entryAdded"; }, { params: ({ level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; } & { type: string; }) | ({ level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; } & { type: "console"; args: any[]; method: string; }) | ({ level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; } & { type: "javascript"; }) | ({ level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; } & { type: string; } & { type: "console"; args: any[]; method: string; }) | ({ level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; } & { type: string; } & { type: "javascript"; }) | ({ level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; } & { type: "console"; args: any[]; method: string; } & { type: string; }) | ({ level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; } & { type: "javascript"; } & { type: string; }); method: "log.entryAdded"; }>>>; export declare namespace Log { const LevelSchema: z.ZodLazy>; } export declare namespace Log { const EntrySchema: z.ZodLazy>; source: z.ZodLazy; context: z.ZodOptional>; }, "strip", z.ZodTypeAny, { realm: string; context?: string | undefined; }, { realm: string; context?: string | undefined; }>>; text: z.ZodUnion<[z.ZodString, z.ZodNull]>; timestamp: z.ZodNumber; stackTrace: z.ZodOptional>, "many">; }, "strip", z.ZodTypeAny, { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }, { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }>>>; }, "strip", z.ZodTypeAny, { level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; }, { level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; }>>, z.ZodObject<{ type: z.ZodString; }, "strip", z.ZodTypeAny, { type: string; }, { type: string; }>>>, z.ZodLazy>; source: z.ZodLazy; context: z.ZodOptional>; }, "strip", z.ZodTypeAny, { realm: string; context?: string | undefined; }, { realm: string; context?: string | undefined; }>>; text: z.ZodUnion<[z.ZodString, z.ZodNull]>; timestamp: z.ZodNumber; stackTrace: z.ZodOptional>, "many">; }, "strip", z.ZodTypeAny, { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }, { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }>>>; }, "strip", z.ZodTypeAny, { level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; }, { level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; }>>, z.ZodObject<{ type: z.ZodLiteral<"console">; method: z.ZodString; args: z.ZodArray; }, "strip", z.ZodTypeAny, { type: "console"; args: any[]; method: string; }, { type: "console"; args: any[]; method: string; }>>>, z.ZodLazy>; source: z.ZodLazy; context: z.ZodOptional>; }, "strip", z.ZodTypeAny, { realm: string; context?: string | undefined; }, { realm: string; context?: string | undefined; }>>; text: z.ZodUnion<[z.ZodString, z.ZodNull]>; timestamp: z.ZodNumber; stackTrace: z.ZodOptional>, "many">; }, "strip", z.ZodTypeAny, { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }, { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }>>>; }, "strip", z.ZodTypeAny, { level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; }, { level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; }>>, z.ZodObject<{ type: z.ZodLiteral<"javascript">; }, "strip", z.ZodTypeAny, { type: "javascript"; }, { type: "javascript"; }>>>]>>; } export declare namespace Log { const BaseLogEntrySchema: z.ZodLazy>; source: z.ZodLazy; context: z.ZodOptional>; }, "strip", z.ZodTypeAny, { realm: string; context?: string | undefined; }, { realm: string; context?: string | undefined; }>>; text: z.ZodUnion<[z.ZodString, z.ZodNull]>; timestamp: z.ZodNumber; stackTrace: z.ZodOptional>, "many">; }, "strip", z.ZodTypeAny, { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }, { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }>>>; }, "strip", z.ZodTypeAny, { level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; }, { level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; }>>; } export declare namespace Log { const GenericLogEntrySchema: z.ZodLazy>; source: z.ZodLazy; context: z.ZodOptional>; }, "strip", z.ZodTypeAny, { realm: string; context?: string | undefined; }, { realm: string; context?: string | undefined; }>>; text: z.ZodUnion<[z.ZodString, z.ZodNull]>; timestamp: z.ZodNumber; stackTrace: z.ZodOptional>, "many">; }, "strip", z.ZodTypeAny, { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }, { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }>>>; }, "strip", z.ZodTypeAny, { level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; }, { level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; }>>, z.ZodObject<{ type: z.ZodString; }, "strip", z.ZodTypeAny, { type: string; }, { type: string; }>>>; } export declare namespace Log { const ConsoleLogEntrySchema: z.ZodLazy>; source: z.ZodLazy; context: z.ZodOptional>; }, "strip", z.ZodTypeAny, { realm: string; context?: string | undefined; }, { realm: string; context?: string | undefined; }>>; text: z.ZodUnion<[z.ZodString, z.ZodNull]>; timestamp: z.ZodNumber; stackTrace: z.ZodOptional>, "many">; }, "strip", z.ZodTypeAny, { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }, { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }>>>; }, "strip", z.ZodTypeAny, { level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; }, { level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; }>>, z.ZodObject<{ type: z.ZodLiteral<"console">; method: z.ZodString; args: z.ZodArray; }, "strip", z.ZodTypeAny, { type: "console"; args: any[]; method: string; }, { type: "console"; args: any[]; method: string; }>>>; } export declare namespace Log { const JavascriptLogEntrySchema: z.ZodLazy>; source: z.ZodLazy; context: z.ZodOptional>; }, "strip", z.ZodTypeAny, { realm: string; context?: string | undefined; }, { realm: string; context?: string | undefined; }>>; text: z.ZodUnion<[z.ZodString, z.ZodNull]>; timestamp: z.ZodNumber; stackTrace: z.ZodOptional>, "many">; }, "strip", z.ZodTypeAny, { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }, { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }>>>; }, "strip", z.ZodTypeAny, { level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; }, { level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; }>>, z.ZodObject<{ type: z.ZodLiteral<"javascript">; }, "strip", z.ZodTypeAny, { type: "javascript"; }, { type: "javascript"; }>>>; } export declare namespace Log { const EntryAddedSchema: z.ZodLazy; params: z.ZodLazy>; source: z.ZodLazy; context: z.ZodOptional>; }, "strip", z.ZodTypeAny, { realm: string; context?: string | undefined; }, { realm: string; context?: string | undefined; }>>; text: z.ZodUnion<[z.ZodString, z.ZodNull]>; timestamp: z.ZodNumber; stackTrace: z.ZodOptional>, "many">; }, "strip", z.ZodTypeAny, { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }, { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }>>>; }, "strip", z.ZodTypeAny, { level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; }, { level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; }>>, z.ZodObject<{ type: z.ZodString; }, "strip", z.ZodTypeAny, { type: string; }, { type: string; }>>>, z.ZodLazy>; source: z.ZodLazy; context: z.ZodOptional>; }, "strip", z.ZodTypeAny, { realm: string; context?: string | undefined; }, { realm: string; context?: string | undefined; }>>; text: z.ZodUnion<[z.ZodString, z.ZodNull]>; timestamp: z.ZodNumber; stackTrace: z.ZodOptional>, "many">; }, "strip", z.ZodTypeAny, { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }, { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }>>>; }, "strip", z.ZodTypeAny, { level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; }, { level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; }>>, z.ZodObject<{ type: z.ZodLiteral<"console">; method: z.ZodString; args: z.ZodArray; }, "strip", z.ZodTypeAny, { type: "console"; args: any[]; method: string; }, { type: "console"; args: any[]; method: string; }>>>, z.ZodLazy>; source: z.ZodLazy; context: z.ZodOptional>; }, "strip", z.ZodTypeAny, { realm: string; context?: string | undefined; }, { realm: string; context?: string | undefined; }>>; text: z.ZodUnion<[z.ZodString, z.ZodNull]>; timestamp: z.ZodNumber; stackTrace: z.ZodOptional>, "many">; }, "strip", z.ZodTypeAny, { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }, { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; }>>>; }, "strip", z.ZodTypeAny, { level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; }, { level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; }>>, z.ZodObject<{ type: z.ZodLiteral<"javascript">; }, "strip", z.ZodTypeAny, { type: "javascript"; }, { type: "javascript"; }>>>]>>; }, "strip", z.ZodTypeAny, { params: ({ level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; } & { type: string; }) | ({ level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; } & { type: "console"; args: any[]; method: string; }) | ({ level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; } & { type: "javascript"; }) | ({ level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; } & { type: string; } & { type: "console"; args: any[]; method: string; }) | ({ level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; } & { type: string; } & { type: "javascript"; }) | ({ level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; } & { type: "console"; args: any[]; method: string; } & { type: string; }) | ({ level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; } & { type: "javascript"; } & { type: string; }); method: "log.entryAdded"; }, { params: ({ level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; } & { type: string; }) | ({ level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; } & { type: "console"; args: any[]; method: string; }) | ({ level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; } & { type: "javascript"; }) | ({ level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; } & { type: string; } & { type: "console"; args: any[]; method: string; }) | ({ level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; } & { type: string; } & { type: "javascript"; }) | ({ level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; } & { type: "console"; args: any[]; method: string; } & { type: string; }) | ({ level: "error" | "debug" | "info" | "warn"; source: { realm: string; context?: string | undefined; }; text: string | null; timestamp: number; stackTrace?: { callFrames: { url: string; columnNumber: number; lineNumber: number; functionName: string; }[]; } | undefined; } & { type: "javascript"; } & { type: string; }); method: "log.entryAdded"; }>>; } export declare const InputCommandSchema: z.ZodLazy; params: z.ZodLazy; actions: z.ZodArray; id: z.ZodString; actions: z.ZodArray; duration: z.ZodOptional; }, "strip", z.ZodTypeAny, { type: "pause"; duration?: number | undefined; }, { type: "pause"; duration?: number | undefined; }>>>, "many">; }, "strip", z.ZodTypeAny, { type: "none"; actions: { type: "pause"; duration?: number | undefined; }[]; id: string; }, { type: "none"; actions: { type: "pause"; duration?: number | undefined; }[]; id: string; }>>, z.ZodLazy; id: z.ZodString; actions: z.ZodArray; duration: z.ZodOptional; }, "strip", z.ZodTypeAny, { type: "pause"; duration?: number | undefined; }, { type: "pause"; duration?: number | undefined; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "keyDown"; value: string; }, { type: "keyDown"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "keyUp"; value: string; }, { type: "keyUp"; value: string; }>>]>>, "many">; }, "strip", z.ZodTypeAny, { type: "key"; actions: ({ type: "pause"; duration?: number | undefined; } | { type: "keyDown"; value: string; } | { type: "keyUp"; value: string; })[]; id: string; }, { type: "key"; actions: ({ type: "pause"; duration?: number | undefined; } | { type: "keyDown"; value: string; } | { type: "keyUp"; value: string; })[]; id: string; }>>, z.ZodLazy; id: z.ZodString; parameters: z.ZodOptional>>>; }, "strip", z.ZodTypeAny, { pointerType?: "touch" | "mouse" | "pen" | undefined; }, { pointerType?: "touch" | "mouse" | "pen" | undefined; }>>>; actions: z.ZodArray; duration: z.ZodOptional; }, "strip", z.ZodTypeAny, { type: "pause"; duration?: number | undefined; }, { type: "pause"; duration?: number | undefined; }>>, z.ZodLazy; button: z.ZodNumber; }, "strip", z.ZodTypeAny, { type: "pointerDown"; button: number; }, { type: "pointerDown"; button: number; }>, z.ZodLazy>; height: z.ZodOptional>; pressure: z.ZodOptional>; tangentialPressure: z.ZodOptional>; twist: z.ZodOptional>; altitudeAngle: z.ZodOptional>; azimuthAngle: z.ZodOptional>; }, "strip", z.ZodTypeAny, { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }, { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }>>>>, z.ZodLazy; button: z.ZodNumber; }, "strip", z.ZodTypeAny, { type: "pointerUp"; button: number; }, { type: "pointerUp"; button: number; }>>, z.ZodLazy; x: z.ZodNumber; y: z.ZodNumber; duration: z.ZodOptional; origin: z.ZodOptional, z.ZodLiteral<"pointer">, z.ZodLazy; element: z.ZodLazy; handle: z.ZodOptional>; }, "strip", z.ZodTypeAny, { sharedId: string; handle?: string | undefined; }, { sharedId: string; handle?: string | undefined; }>, z.ZodLazy>>>; }, "strip", z.ZodTypeAny, { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; }, { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; }>>]>>>; }, "strip", z.ZodTypeAny, { type: "pointerMove"; x: number; y: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; }, { type: "pointerMove"; x: number; y: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; }>, z.ZodLazy>; height: z.ZodOptional>; pressure: z.ZodOptional>; tangentialPressure: z.ZodOptional>; twist: z.ZodOptional>; altitudeAngle: z.ZodOptional>; azimuthAngle: z.ZodOptional>; }, "strip", z.ZodTypeAny, { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }, { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }>>>>]>>, "many">; }, "strip", z.ZodTypeAny, { type: "pointer"; actions: ({ type: "pause"; duration?: number | undefined; } | ({ type: "pointerDown"; button: number; } & { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }) | { type: "pointerUp"; button: number; } | ({ type: "pointerMove"; x: number; y: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; } & { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }))[]; id: string; parameters?: { pointerType?: "touch" | "mouse" | "pen" | undefined; } | undefined; }, { type: "pointer"; actions: ({ type: "pause"; duration?: number | undefined; } | ({ type: "pointerDown"; button: number; } & { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }) | { type: "pointerUp"; button: number; } | ({ type: "pointerMove"; x: number; y: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; } & { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }))[]; id: string; parameters?: { pointerType?: "touch" | "mouse" | "pen" | undefined; } | undefined; }>>, z.ZodLazy; id: z.ZodString; actions: z.ZodArray; duration: z.ZodOptional; }, "strip", z.ZodTypeAny, { type: "pause"; duration?: number | undefined; }, { type: "pause"; duration?: number | undefined; }>>, z.ZodLazy; x: z.ZodNumber; y: z.ZodNumber; deltaX: z.ZodNumber; deltaY: z.ZodNumber; duration: z.ZodOptional; origin: z.ZodOptional, z.ZodLiteral<"pointer">, z.ZodLazy; element: z.ZodLazy; handle: z.ZodOptional>; }, "strip", z.ZodTypeAny, { sharedId: string; handle?: string | undefined; }, { sharedId: string; handle?: string | undefined; }>, z.ZodLazy>>>; }, "strip", z.ZodTypeAny, { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; }, { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; }>>]>>>>; }, "strip", z.ZodTypeAny, { type: "scroll"; x: number; y: number; deltaX: number; deltaY: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; }, { type: "scroll"; x: number; y: number; deltaX: number; deltaY: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; }>>]>>, "many">; }, "strip", z.ZodTypeAny, { type: "wheel"; actions: ({ type: "pause"; duration?: number | undefined; } | { type: "scroll"; x: number; y: number; deltaX: number; deltaY: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; })[]; id: string; }, { type: "wheel"; actions: ({ type: "pause"; duration?: number | undefined; } | { type: "scroll"; x: number; y: number; deltaX: number; deltaY: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; })[]; id: string; }>>]>>, "many">; }, "strip", z.ZodTypeAny, { context: string; actions: ({ type: "none"; actions: { type: "pause"; duration?: number | undefined; }[]; id: string; } | { type: "key"; actions: ({ type: "pause"; duration?: number | undefined; } | { type: "keyDown"; value: string; } | { type: "keyUp"; value: string; })[]; id: string; } | { type: "pointer"; actions: ({ type: "pause"; duration?: number | undefined; } | ({ type: "pointerDown"; button: number; } & { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }) | { type: "pointerUp"; button: number; } | ({ type: "pointerMove"; x: number; y: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; } & { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }))[]; id: string; parameters?: { pointerType?: "touch" | "mouse" | "pen" | undefined; } | undefined; } | { type: "wheel"; actions: ({ type: "pause"; duration?: number | undefined; } | { type: "scroll"; x: number; y: number; deltaX: number; deltaY: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; })[]; id: string; })[]; }, { context: string; actions: ({ type: "none"; actions: { type: "pause"; duration?: number | undefined; }[]; id: string; } | { type: "key"; actions: ({ type: "pause"; duration?: number | undefined; } | { type: "keyDown"; value: string; } | { type: "keyUp"; value: string; })[]; id: string; } | { type: "pointer"; actions: ({ type: "pause"; duration?: number | undefined; } | ({ type: "pointerDown"; button: number; } & { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }) | { type: "pointerUp"; button: number; } | ({ type: "pointerMove"; x: number; y: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; } & { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }))[]; id: string; parameters?: { pointerType?: "touch" | "mouse" | "pen" | undefined; } | undefined; } | { type: "wheel"; actions: ({ type: "pause"; duration?: number | undefined; } | { type: "scroll"; x: number; y: number; deltaX: number; deltaY: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; })[]; id: string; })[]; }>>; }, "strip", z.ZodTypeAny, { params: { context: string; actions: ({ type: "none"; actions: { type: "pause"; duration?: number | undefined; }[]; id: string; } | { type: "key"; actions: ({ type: "pause"; duration?: number | undefined; } | { type: "keyDown"; value: string; } | { type: "keyUp"; value: string; })[]; id: string; } | { type: "pointer"; actions: ({ type: "pause"; duration?: number | undefined; } | ({ type: "pointerDown"; button: number; } & { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }) | { type: "pointerUp"; button: number; } | ({ type: "pointerMove"; x: number; y: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; } & { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }))[]; id: string; parameters?: { pointerType?: "touch" | "mouse" | "pen" | undefined; } | undefined; } | { type: "wheel"; actions: ({ type: "pause"; duration?: number | undefined; } | { type: "scroll"; x: number; y: number; deltaX: number; deltaY: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; })[]; id: string; })[]; }; method: "input.performActions"; }, { params: { context: string; actions: ({ type: "none"; actions: { type: "pause"; duration?: number | undefined; }[]; id: string; } | { type: "key"; actions: ({ type: "pause"; duration?: number | undefined; } | { type: "keyDown"; value: string; } | { type: "keyUp"; value: string; })[]; id: string; } | { type: "pointer"; actions: ({ type: "pause"; duration?: number | undefined; } | ({ type: "pointerDown"; button: number; } & { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }) | { type: "pointerUp"; button: number; } | ({ type: "pointerMove"; x: number; y: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; } & { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }))[]; id: string; parameters?: { pointerType?: "touch" | "mouse" | "pen" | undefined; } | undefined; } | { type: "wheel"; actions: ({ type: "pause"; duration?: number | undefined; } | { type: "scroll"; x: number; y: number; deltaX: number; deltaY: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; })[]; id: string; })[]; }; method: "input.performActions"; }>>, z.ZodLazy; params: z.ZodLazy; }, "strip", z.ZodTypeAny, { context: string; }, { context: string; }>>; }, "strip", z.ZodTypeAny, { params: { context: string; }; method: "input.releaseActions"; }, { params: { context: string; }; method: "input.releaseActions"; }>>, z.ZodLazy; params: z.ZodLazy; element: z.ZodLazy; handle: z.ZodOptional>; }, "strip", z.ZodTypeAny, { sharedId: string; handle?: string | undefined; }, { sharedId: string; handle?: string | undefined; }>, z.ZodLazy>>>; files: z.ZodArray; }, "strip", z.ZodTypeAny, { element: { sharedId: string; handle?: string | undefined; } & Record; context: string; files: string[]; }, { element: { sharedId: string; handle?: string | undefined; } & Record; context: string; files: string[]; }>>; }, "strip", z.ZodTypeAny, { params: { element: { sharedId: string; handle?: string | undefined; } & Record; context: string; files: string[]; }; method: "input.setFiles"; }, { params: { element: { sharedId: string; handle?: string | undefined; } & Record; context: string; files: string[]; }; method: "input.setFiles"; }>>]>>; export declare namespace Input { const ElementOriginSchema: z.ZodLazy; element: z.ZodLazy; handle: z.ZodOptional>; }, "strip", z.ZodTypeAny, { sharedId: string; handle?: string | undefined; }, { sharedId: string; handle?: string | undefined; }>, z.ZodLazy>>>; }, "strip", z.ZodTypeAny, { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; }, { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; }>>; } export declare namespace Input { const PerformActionsParametersSchema: z.ZodLazy; actions: z.ZodArray; id: z.ZodString; actions: z.ZodArray; duration: z.ZodOptional; }, "strip", z.ZodTypeAny, { type: "pause"; duration?: number | undefined; }, { type: "pause"; duration?: number | undefined; }>>>, "many">; }, "strip", z.ZodTypeAny, { type: "none"; actions: { type: "pause"; duration?: number | undefined; }[]; id: string; }, { type: "none"; actions: { type: "pause"; duration?: number | undefined; }[]; id: string; }>>, z.ZodLazy; id: z.ZodString; actions: z.ZodArray; duration: z.ZodOptional; }, "strip", z.ZodTypeAny, { type: "pause"; duration?: number | undefined; }, { type: "pause"; duration?: number | undefined; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "keyDown"; value: string; }, { type: "keyDown"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "keyUp"; value: string; }, { type: "keyUp"; value: string; }>>]>>, "many">; }, "strip", z.ZodTypeAny, { type: "key"; actions: ({ type: "pause"; duration?: number | undefined; } | { type: "keyDown"; value: string; } | { type: "keyUp"; value: string; })[]; id: string; }, { type: "key"; actions: ({ type: "pause"; duration?: number | undefined; } | { type: "keyDown"; value: string; } | { type: "keyUp"; value: string; })[]; id: string; }>>, z.ZodLazy; id: z.ZodString; parameters: z.ZodOptional>>>; }, "strip", z.ZodTypeAny, { pointerType?: "touch" | "mouse" | "pen" | undefined; }, { pointerType?: "touch" | "mouse" | "pen" | undefined; }>>>; actions: z.ZodArray; duration: z.ZodOptional; }, "strip", z.ZodTypeAny, { type: "pause"; duration?: number | undefined; }, { type: "pause"; duration?: number | undefined; }>>, z.ZodLazy; button: z.ZodNumber; }, "strip", z.ZodTypeAny, { type: "pointerDown"; button: number; }, { type: "pointerDown"; button: number; }>, z.ZodLazy>; height: z.ZodOptional>; pressure: z.ZodOptional>; tangentialPressure: z.ZodOptional>; twist: z.ZodOptional>; altitudeAngle: z.ZodOptional>; azimuthAngle: z.ZodOptional>; }, "strip", z.ZodTypeAny, { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }, { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }>>>>, z.ZodLazy; button: z.ZodNumber; }, "strip", z.ZodTypeAny, { type: "pointerUp"; button: number; }, { type: "pointerUp"; button: number; }>>, z.ZodLazy; x: z.ZodNumber; y: z.ZodNumber; duration: z.ZodOptional; origin: z.ZodOptional, z.ZodLiteral<"pointer">, z.ZodLazy; element: z.ZodLazy; handle: z.ZodOptional>; }, "strip", z.ZodTypeAny, { sharedId: string; handle?: string | undefined; }, { sharedId: string; handle?: string | undefined; }>, z.ZodLazy>>>; }, "strip", z.ZodTypeAny, { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; }, { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; }>>]>>>; }, "strip", z.ZodTypeAny, { type: "pointerMove"; x: number; y: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; }, { type: "pointerMove"; x: number; y: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; }>, z.ZodLazy>; height: z.ZodOptional>; pressure: z.ZodOptional>; tangentialPressure: z.ZodOptional>; twist: z.ZodOptional>; altitudeAngle: z.ZodOptional>; azimuthAngle: z.ZodOptional>; }, "strip", z.ZodTypeAny, { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }, { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }>>>>]>>, "many">; }, "strip", z.ZodTypeAny, { type: "pointer"; actions: ({ type: "pause"; duration?: number | undefined; } | ({ type: "pointerDown"; button: number; } & { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }) | { type: "pointerUp"; button: number; } | ({ type: "pointerMove"; x: number; y: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; } & { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }))[]; id: string; parameters?: { pointerType?: "touch" | "mouse" | "pen" | undefined; } | undefined; }, { type: "pointer"; actions: ({ type: "pause"; duration?: number | undefined; } | ({ type: "pointerDown"; button: number; } & { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }) | { type: "pointerUp"; button: number; } | ({ type: "pointerMove"; x: number; y: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; } & { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }))[]; id: string; parameters?: { pointerType?: "touch" | "mouse" | "pen" | undefined; } | undefined; }>>, z.ZodLazy; id: z.ZodString; actions: z.ZodArray; duration: z.ZodOptional; }, "strip", z.ZodTypeAny, { type: "pause"; duration?: number | undefined; }, { type: "pause"; duration?: number | undefined; }>>, z.ZodLazy; x: z.ZodNumber; y: z.ZodNumber; deltaX: z.ZodNumber; deltaY: z.ZodNumber; duration: z.ZodOptional; origin: z.ZodOptional, z.ZodLiteral<"pointer">, z.ZodLazy; element: z.ZodLazy; handle: z.ZodOptional>; }, "strip", z.ZodTypeAny, { sharedId: string; handle?: string | undefined; }, { sharedId: string; handle?: string | undefined; }>, z.ZodLazy>>>; }, "strip", z.ZodTypeAny, { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; }, { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; }>>]>>>>; }, "strip", z.ZodTypeAny, { type: "scroll"; x: number; y: number; deltaX: number; deltaY: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; }, { type: "scroll"; x: number; y: number; deltaX: number; deltaY: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; }>>]>>, "many">; }, "strip", z.ZodTypeAny, { type: "wheel"; actions: ({ type: "pause"; duration?: number | undefined; } | { type: "scroll"; x: number; y: number; deltaX: number; deltaY: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; })[]; id: string; }, { type: "wheel"; actions: ({ type: "pause"; duration?: number | undefined; } | { type: "scroll"; x: number; y: number; deltaX: number; deltaY: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; })[]; id: string; }>>]>>, "many">; }, "strip", z.ZodTypeAny, { context: string; actions: ({ type: "none"; actions: { type: "pause"; duration?: number | undefined; }[]; id: string; } | { type: "key"; actions: ({ type: "pause"; duration?: number | undefined; } | { type: "keyDown"; value: string; } | { type: "keyUp"; value: string; })[]; id: string; } | { type: "pointer"; actions: ({ type: "pause"; duration?: number | undefined; } | ({ type: "pointerDown"; button: number; } & { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }) | { type: "pointerUp"; button: number; } | ({ type: "pointerMove"; x: number; y: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; } & { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }))[]; id: string; parameters?: { pointerType?: "touch" | "mouse" | "pen" | undefined; } | undefined; } | { type: "wheel"; actions: ({ type: "pause"; duration?: number | undefined; } | { type: "scroll"; x: number; y: number; deltaX: number; deltaY: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; })[]; id: string; })[]; }, { context: string; actions: ({ type: "none"; actions: { type: "pause"; duration?: number | undefined; }[]; id: string; } | { type: "key"; actions: ({ type: "pause"; duration?: number | undefined; } | { type: "keyDown"; value: string; } | { type: "keyUp"; value: string; })[]; id: string; } | { type: "pointer"; actions: ({ type: "pause"; duration?: number | undefined; } | ({ type: "pointerDown"; button: number; } & { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }) | { type: "pointerUp"; button: number; } | ({ type: "pointerMove"; x: number; y: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; } & { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }))[]; id: string; parameters?: { pointerType?: "touch" | "mouse" | "pen" | undefined; } | undefined; } | { type: "wheel"; actions: ({ type: "pause"; duration?: number | undefined; } | { type: "scroll"; x: number; y: number; deltaX: number; deltaY: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; })[]; id: string; })[]; }>>; } export declare namespace Input { const NoneSourceActionsSchema: z.ZodLazy; id: z.ZodString; actions: z.ZodArray; duration: z.ZodOptional; }, "strip", z.ZodTypeAny, { type: "pause"; duration?: number | undefined; }, { type: "pause"; duration?: number | undefined; }>>>, "many">; }, "strip", z.ZodTypeAny, { type: "none"; actions: { type: "pause"; duration?: number | undefined; }[]; id: string; }, { type: "none"; actions: { type: "pause"; duration?: number | undefined; }[]; id: string; }>>; } export declare namespace Input { const KeySourceActionsSchema: z.ZodLazy; id: z.ZodString; actions: z.ZodArray; duration: z.ZodOptional; }, "strip", z.ZodTypeAny, { type: "pause"; duration?: number | undefined; }, { type: "pause"; duration?: number | undefined; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "keyDown"; value: string; }, { type: "keyDown"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "keyUp"; value: string; }, { type: "keyUp"; value: string; }>>]>>, "many">; }, "strip", z.ZodTypeAny, { type: "key"; actions: ({ type: "pause"; duration?: number | undefined; } | { type: "keyDown"; value: string; } | { type: "keyUp"; value: string; })[]; id: string; }, { type: "key"; actions: ({ type: "pause"; duration?: number | undefined; } | { type: "keyDown"; value: string; } | { type: "keyUp"; value: string; })[]; id: string; }>>; } export declare namespace Input { const PointerSourceActionsSchema: z.ZodLazy; id: z.ZodString; parameters: z.ZodOptional>>>; }, "strip", z.ZodTypeAny, { pointerType?: "touch" | "mouse" | "pen" | undefined; }, { pointerType?: "touch" | "mouse" | "pen" | undefined; }>>>; actions: z.ZodArray; duration: z.ZodOptional; }, "strip", z.ZodTypeAny, { type: "pause"; duration?: number | undefined; }, { type: "pause"; duration?: number | undefined; }>>, z.ZodLazy; button: z.ZodNumber; }, "strip", z.ZodTypeAny, { type: "pointerDown"; button: number; }, { type: "pointerDown"; button: number; }>, z.ZodLazy>; height: z.ZodOptional>; pressure: z.ZodOptional>; tangentialPressure: z.ZodOptional>; twist: z.ZodOptional>; altitudeAngle: z.ZodOptional>; azimuthAngle: z.ZodOptional>; }, "strip", z.ZodTypeAny, { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }, { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }>>>>, z.ZodLazy; button: z.ZodNumber; }, "strip", z.ZodTypeAny, { type: "pointerUp"; button: number; }, { type: "pointerUp"; button: number; }>>, z.ZodLazy; x: z.ZodNumber; y: z.ZodNumber; duration: z.ZodOptional; origin: z.ZodOptional, z.ZodLiteral<"pointer">, z.ZodLazy; element: z.ZodLazy; handle: z.ZodOptional>; }, "strip", z.ZodTypeAny, { sharedId: string; handle?: string | undefined; }, { sharedId: string; handle?: string | undefined; }>, z.ZodLazy>>>; }, "strip", z.ZodTypeAny, { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; }, { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; }>>]>>>; }, "strip", z.ZodTypeAny, { type: "pointerMove"; x: number; y: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; }, { type: "pointerMove"; x: number; y: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; }>, z.ZodLazy>; height: z.ZodOptional>; pressure: z.ZodOptional>; tangentialPressure: z.ZodOptional>; twist: z.ZodOptional>; altitudeAngle: z.ZodOptional>; azimuthAngle: z.ZodOptional>; }, "strip", z.ZodTypeAny, { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }, { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }>>>>]>>, "many">; }, "strip", z.ZodTypeAny, { type: "pointer"; actions: ({ type: "pause"; duration?: number | undefined; } | ({ type: "pointerDown"; button: number; } & { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }) | { type: "pointerUp"; button: number; } | ({ type: "pointerMove"; x: number; y: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; } & { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }))[]; id: string; parameters?: { pointerType?: "touch" | "mouse" | "pen" | undefined; } | undefined; }, { type: "pointer"; actions: ({ type: "pause"; duration?: number | undefined; } | ({ type: "pointerDown"; button: number; } & { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }) | { type: "pointerUp"; button: number; } | ({ type: "pointerMove"; x: number; y: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; } & { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }))[]; id: string; parameters?: { pointerType?: "touch" | "mouse" | "pen" | undefined; } | undefined; }>>; } export declare namespace Input { const PerformActionsSchema: z.ZodLazy; params: z.ZodLazy; actions: z.ZodArray; id: z.ZodString; actions: z.ZodArray; duration: z.ZodOptional; }, "strip", z.ZodTypeAny, { type: "pause"; duration?: number | undefined; }, { type: "pause"; duration?: number | undefined; }>>>, "many">; }, "strip", z.ZodTypeAny, { type: "none"; actions: { type: "pause"; duration?: number | undefined; }[]; id: string; }, { type: "none"; actions: { type: "pause"; duration?: number | undefined; }[]; id: string; }>>, z.ZodLazy; id: z.ZodString; actions: z.ZodArray; duration: z.ZodOptional; }, "strip", z.ZodTypeAny, { type: "pause"; duration?: number | undefined; }, { type: "pause"; duration?: number | undefined; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "keyDown"; value: string; }, { type: "keyDown"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "keyUp"; value: string; }, { type: "keyUp"; value: string; }>>]>>, "many">; }, "strip", z.ZodTypeAny, { type: "key"; actions: ({ type: "pause"; duration?: number | undefined; } | { type: "keyDown"; value: string; } | { type: "keyUp"; value: string; })[]; id: string; }, { type: "key"; actions: ({ type: "pause"; duration?: number | undefined; } | { type: "keyDown"; value: string; } | { type: "keyUp"; value: string; })[]; id: string; }>>, z.ZodLazy; id: z.ZodString; parameters: z.ZodOptional>>>; }, "strip", z.ZodTypeAny, { pointerType?: "touch" | "mouse" | "pen" | undefined; }, { pointerType?: "touch" | "mouse" | "pen" | undefined; }>>>; actions: z.ZodArray; duration: z.ZodOptional; }, "strip", z.ZodTypeAny, { type: "pause"; duration?: number | undefined; }, { type: "pause"; duration?: number | undefined; }>>, z.ZodLazy; button: z.ZodNumber; }, "strip", z.ZodTypeAny, { type: "pointerDown"; button: number; }, { type: "pointerDown"; button: number; }>, z.ZodLazy>; height: z.ZodOptional>; pressure: z.ZodOptional>; tangentialPressure: z.ZodOptional>; twist: z.ZodOptional>; altitudeAngle: z.ZodOptional>; azimuthAngle: z.ZodOptional>; }, "strip", z.ZodTypeAny, { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }, { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }>>>>, z.ZodLazy; button: z.ZodNumber; }, "strip", z.ZodTypeAny, { type: "pointerUp"; button: number; }, { type: "pointerUp"; button: number; }>>, z.ZodLazy; x: z.ZodNumber; y: z.ZodNumber; duration: z.ZodOptional; origin: z.ZodOptional, z.ZodLiteral<"pointer">, z.ZodLazy; element: z.ZodLazy; handle: z.ZodOptional>; }, "strip", z.ZodTypeAny, { sharedId: string; handle?: string | undefined; }, { sharedId: string; handle?: string | undefined; }>, z.ZodLazy>>>; }, "strip", z.ZodTypeAny, { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; }, { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; }>>]>>>; }, "strip", z.ZodTypeAny, { type: "pointerMove"; x: number; y: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; }, { type: "pointerMove"; x: number; y: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; }>, z.ZodLazy>; height: z.ZodOptional>; pressure: z.ZodOptional>; tangentialPressure: z.ZodOptional>; twist: z.ZodOptional>; altitudeAngle: z.ZodOptional>; azimuthAngle: z.ZodOptional>; }, "strip", z.ZodTypeAny, { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }, { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }>>>>]>>, "many">; }, "strip", z.ZodTypeAny, { type: "pointer"; actions: ({ type: "pause"; duration?: number | undefined; } | ({ type: "pointerDown"; button: number; } & { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }) | { type: "pointerUp"; button: number; } | ({ type: "pointerMove"; x: number; y: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; } & { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }))[]; id: string; parameters?: { pointerType?: "touch" | "mouse" | "pen" | undefined; } | undefined; }, { type: "pointer"; actions: ({ type: "pause"; duration?: number | undefined; } | ({ type: "pointerDown"; button: number; } & { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }) | { type: "pointerUp"; button: number; } | ({ type: "pointerMove"; x: number; y: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; } & { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }))[]; id: string; parameters?: { pointerType?: "touch" | "mouse" | "pen" | undefined; } | undefined; }>>, z.ZodLazy; id: z.ZodString; actions: z.ZodArray; duration: z.ZodOptional; }, "strip", z.ZodTypeAny, { type: "pause"; duration?: number | undefined; }, { type: "pause"; duration?: number | undefined; }>>, z.ZodLazy; x: z.ZodNumber; y: z.ZodNumber; deltaX: z.ZodNumber; deltaY: z.ZodNumber; duration: z.ZodOptional; origin: z.ZodOptional, z.ZodLiteral<"pointer">, z.ZodLazy; element: z.ZodLazy; handle: z.ZodOptional>; }, "strip", z.ZodTypeAny, { sharedId: string; handle?: string | undefined; }, { sharedId: string; handle?: string | undefined; }>, z.ZodLazy>>>; }, "strip", z.ZodTypeAny, { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; }, { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; }>>]>>>>; }, "strip", z.ZodTypeAny, { type: "scroll"; x: number; y: number; deltaX: number; deltaY: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; }, { type: "scroll"; x: number; y: number; deltaX: number; deltaY: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; }>>]>>, "many">; }, "strip", z.ZodTypeAny, { type: "wheel"; actions: ({ type: "pause"; duration?: number | undefined; } | { type: "scroll"; x: number; y: number; deltaX: number; deltaY: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; })[]; id: string; }, { type: "wheel"; actions: ({ type: "pause"; duration?: number | undefined; } | { type: "scroll"; x: number; y: number; deltaX: number; deltaY: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; })[]; id: string; }>>]>>, "many">; }, "strip", z.ZodTypeAny, { context: string; actions: ({ type: "none"; actions: { type: "pause"; duration?: number | undefined; }[]; id: string; } | { type: "key"; actions: ({ type: "pause"; duration?: number | undefined; } | { type: "keyDown"; value: string; } | { type: "keyUp"; value: string; })[]; id: string; } | { type: "pointer"; actions: ({ type: "pause"; duration?: number | undefined; } | ({ type: "pointerDown"; button: number; } & { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }) | { type: "pointerUp"; button: number; } | ({ type: "pointerMove"; x: number; y: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; } & { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }))[]; id: string; parameters?: { pointerType?: "touch" | "mouse" | "pen" | undefined; } | undefined; } | { type: "wheel"; actions: ({ type: "pause"; duration?: number | undefined; } | { type: "scroll"; x: number; y: number; deltaX: number; deltaY: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; })[]; id: string; })[]; }, { context: string; actions: ({ type: "none"; actions: { type: "pause"; duration?: number | undefined; }[]; id: string; } | { type: "key"; actions: ({ type: "pause"; duration?: number | undefined; } | { type: "keyDown"; value: string; } | { type: "keyUp"; value: string; })[]; id: string; } | { type: "pointer"; actions: ({ type: "pause"; duration?: number | undefined; } | ({ type: "pointerDown"; button: number; } & { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }) | { type: "pointerUp"; button: number; } | ({ type: "pointerMove"; x: number; y: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; } & { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }))[]; id: string; parameters?: { pointerType?: "touch" | "mouse" | "pen" | undefined; } | undefined; } | { type: "wheel"; actions: ({ type: "pause"; duration?: number | undefined; } | { type: "scroll"; x: number; y: number; deltaX: number; deltaY: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; })[]; id: string; })[]; }>>; }, "strip", z.ZodTypeAny, { params: { context: string; actions: ({ type: "none"; actions: { type: "pause"; duration?: number | undefined; }[]; id: string; } | { type: "key"; actions: ({ type: "pause"; duration?: number | undefined; } | { type: "keyDown"; value: string; } | { type: "keyUp"; value: string; })[]; id: string; } | { type: "pointer"; actions: ({ type: "pause"; duration?: number | undefined; } | ({ type: "pointerDown"; button: number; } & { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }) | { type: "pointerUp"; button: number; } | ({ type: "pointerMove"; x: number; y: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; } & { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }))[]; id: string; parameters?: { pointerType?: "touch" | "mouse" | "pen" | undefined; } | undefined; } | { type: "wheel"; actions: ({ type: "pause"; duration?: number | undefined; } | { type: "scroll"; x: number; y: number; deltaX: number; deltaY: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; })[]; id: string; })[]; }; method: "input.performActions"; }, { params: { context: string; actions: ({ type: "none"; actions: { type: "pause"; duration?: number | undefined; }[]; id: string; } | { type: "key"; actions: ({ type: "pause"; duration?: number | undefined; } | { type: "keyDown"; value: string; } | { type: "keyUp"; value: string; })[]; id: string; } | { type: "pointer"; actions: ({ type: "pause"; duration?: number | undefined; } | ({ type: "pointerDown"; button: number; } & { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }) | { type: "pointerUp"; button: number; } | ({ type: "pointerMove"; x: number; y: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; } & { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }))[]; id: string; parameters?: { pointerType?: "touch" | "mouse" | "pen" | undefined; } | undefined; } | { type: "wheel"; actions: ({ type: "pause"; duration?: number | undefined; } | { type: "scroll"; x: number; y: number; deltaX: number; deltaY: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; })[]; id: string; })[]; }; method: "input.performActions"; }>>; } export declare namespace Input { const SourceActionsSchema: z.ZodLazy; id: z.ZodString; actions: z.ZodArray; duration: z.ZodOptional; }, "strip", z.ZodTypeAny, { type: "pause"; duration?: number | undefined; }, { type: "pause"; duration?: number | undefined; }>>>, "many">; }, "strip", z.ZodTypeAny, { type: "none"; actions: { type: "pause"; duration?: number | undefined; }[]; id: string; }, { type: "none"; actions: { type: "pause"; duration?: number | undefined; }[]; id: string; }>>, z.ZodLazy; id: z.ZodString; actions: z.ZodArray; duration: z.ZodOptional; }, "strip", z.ZodTypeAny, { type: "pause"; duration?: number | undefined; }, { type: "pause"; duration?: number | undefined; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "keyDown"; value: string; }, { type: "keyDown"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "keyUp"; value: string; }, { type: "keyUp"; value: string; }>>]>>, "many">; }, "strip", z.ZodTypeAny, { type: "key"; actions: ({ type: "pause"; duration?: number | undefined; } | { type: "keyDown"; value: string; } | { type: "keyUp"; value: string; })[]; id: string; }, { type: "key"; actions: ({ type: "pause"; duration?: number | undefined; } | { type: "keyDown"; value: string; } | { type: "keyUp"; value: string; })[]; id: string; }>>, z.ZodLazy; id: z.ZodString; parameters: z.ZodOptional>>>; }, "strip", z.ZodTypeAny, { pointerType?: "touch" | "mouse" | "pen" | undefined; }, { pointerType?: "touch" | "mouse" | "pen" | undefined; }>>>; actions: z.ZodArray; duration: z.ZodOptional; }, "strip", z.ZodTypeAny, { type: "pause"; duration?: number | undefined; }, { type: "pause"; duration?: number | undefined; }>>, z.ZodLazy; button: z.ZodNumber; }, "strip", z.ZodTypeAny, { type: "pointerDown"; button: number; }, { type: "pointerDown"; button: number; }>, z.ZodLazy>; height: z.ZodOptional>; pressure: z.ZodOptional>; tangentialPressure: z.ZodOptional>; twist: z.ZodOptional>; altitudeAngle: z.ZodOptional>; azimuthAngle: z.ZodOptional>; }, "strip", z.ZodTypeAny, { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }, { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }>>>>, z.ZodLazy; button: z.ZodNumber; }, "strip", z.ZodTypeAny, { type: "pointerUp"; button: number; }, { type: "pointerUp"; button: number; }>>, z.ZodLazy; x: z.ZodNumber; y: z.ZodNumber; duration: z.ZodOptional; origin: z.ZodOptional, z.ZodLiteral<"pointer">, z.ZodLazy; element: z.ZodLazy; handle: z.ZodOptional>; }, "strip", z.ZodTypeAny, { sharedId: string; handle?: string | undefined; }, { sharedId: string; handle?: string | undefined; }>, z.ZodLazy>>>; }, "strip", z.ZodTypeAny, { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; }, { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; }>>]>>>; }, "strip", z.ZodTypeAny, { type: "pointerMove"; x: number; y: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; }, { type: "pointerMove"; x: number; y: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; }>, z.ZodLazy>; height: z.ZodOptional>; pressure: z.ZodOptional>; tangentialPressure: z.ZodOptional>; twist: z.ZodOptional>; altitudeAngle: z.ZodOptional>; azimuthAngle: z.ZodOptional>; }, "strip", z.ZodTypeAny, { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }, { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }>>>>]>>, "many">; }, "strip", z.ZodTypeAny, { type: "pointer"; actions: ({ type: "pause"; duration?: number | undefined; } | ({ type: "pointerDown"; button: number; } & { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }) | { type: "pointerUp"; button: number; } | ({ type: "pointerMove"; x: number; y: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; } & { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }))[]; id: string; parameters?: { pointerType?: "touch" | "mouse" | "pen" | undefined; } | undefined; }, { type: "pointer"; actions: ({ type: "pause"; duration?: number | undefined; } | ({ type: "pointerDown"; button: number; } & { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }) | { type: "pointerUp"; button: number; } | ({ type: "pointerMove"; x: number; y: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; } & { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }))[]; id: string; parameters?: { pointerType?: "touch" | "mouse" | "pen" | undefined; } | undefined; }>>, z.ZodLazy; id: z.ZodString; actions: z.ZodArray; duration: z.ZodOptional; }, "strip", z.ZodTypeAny, { type: "pause"; duration?: number | undefined; }, { type: "pause"; duration?: number | undefined; }>>, z.ZodLazy; x: z.ZodNumber; y: z.ZodNumber; deltaX: z.ZodNumber; deltaY: z.ZodNumber; duration: z.ZodOptional; origin: z.ZodOptional, z.ZodLiteral<"pointer">, z.ZodLazy; element: z.ZodLazy; handle: z.ZodOptional>; }, "strip", z.ZodTypeAny, { sharedId: string; handle?: string | undefined; }, { sharedId: string; handle?: string | undefined; }>, z.ZodLazy>>>; }, "strip", z.ZodTypeAny, { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; }, { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; }>>]>>>>; }, "strip", z.ZodTypeAny, { type: "scroll"; x: number; y: number; deltaX: number; deltaY: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; }, { type: "scroll"; x: number; y: number; deltaX: number; deltaY: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; }>>]>>, "many">; }, "strip", z.ZodTypeAny, { type: "wheel"; actions: ({ type: "pause"; duration?: number | undefined; } | { type: "scroll"; x: number; y: number; deltaX: number; deltaY: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; })[]; id: string; }, { type: "wheel"; actions: ({ type: "pause"; duration?: number | undefined; } | { type: "scroll"; x: number; y: number; deltaX: number; deltaY: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; })[]; id: string; }>>]>>; } export declare namespace Input { const NoneSourceActionSchema: z.ZodLazy; duration: z.ZodOptional; }, "strip", z.ZodTypeAny, { type: "pause"; duration?: number | undefined; }, { type: "pause"; duration?: number | undefined; }>>>; } export declare namespace Input { const KeySourceActionSchema: z.ZodLazy; duration: z.ZodOptional; }, "strip", z.ZodTypeAny, { type: "pause"; duration?: number | undefined; }, { type: "pause"; duration?: number | undefined; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "keyDown"; value: string; }, { type: "keyDown"; value: string; }>>, z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "keyUp"; value: string; }, { type: "keyUp"; value: string; }>>]>>; } export declare namespace Input { const PointerTypeSchema: z.ZodLazy>; } export declare namespace Input { const PointerParametersSchema: z.ZodLazy>>>; }, "strip", z.ZodTypeAny, { pointerType?: "touch" | "mouse" | "pen" | undefined; }, { pointerType?: "touch" | "mouse" | "pen" | undefined; }>>; } export declare namespace Input { const WheelSourceActionsSchema: z.ZodLazy; id: z.ZodString; actions: z.ZodArray; duration: z.ZodOptional; }, "strip", z.ZodTypeAny, { type: "pause"; duration?: number | undefined; }, { type: "pause"; duration?: number | undefined; }>>, z.ZodLazy; x: z.ZodNumber; y: z.ZodNumber; deltaX: z.ZodNumber; deltaY: z.ZodNumber; duration: z.ZodOptional; origin: z.ZodOptional, z.ZodLiteral<"pointer">, z.ZodLazy; element: z.ZodLazy; handle: z.ZodOptional>; }, "strip", z.ZodTypeAny, { sharedId: string; handle?: string | undefined; }, { sharedId: string; handle?: string | undefined; }>, z.ZodLazy>>>; }, "strip", z.ZodTypeAny, { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; }, { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; }>>]>>>>; }, "strip", z.ZodTypeAny, { type: "scroll"; x: number; y: number; deltaX: number; deltaY: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; }, { type: "scroll"; x: number; y: number; deltaX: number; deltaY: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; }>>]>>, "many">; }, "strip", z.ZodTypeAny, { type: "wheel"; actions: ({ type: "pause"; duration?: number | undefined; } | { type: "scroll"; x: number; y: number; deltaX: number; deltaY: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; })[]; id: string; }, { type: "wheel"; actions: ({ type: "pause"; duration?: number | undefined; } | { type: "scroll"; x: number; y: number; deltaX: number; deltaY: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; })[]; id: string; }>>; } export declare namespace Input { const PointerSourceActionSchema: z.ZodLazy; duration: z.ZodOptional; }, "strip", z.ZodTypeAny, { type: "pause"; duration?: number | undefined; }, { type: "pause"; duration?: number | undefined; }>>, z.ZodLazy; button: z.ZodNumber; }, "strip", z.ZodTypeAny, { type: "pointerDown"; button: number; }, { type: "pointerDown"; button: number; }>, z.ZodLazy>; height: z.ZodOptional>; pressure: z.ZodOptional>; tangentialPressure: z.ZodOptional>; twist: z.ZodOptional>; altitudeAngle: z.ZodOptional>; azimuthAngle: z.ZodOptional>; }, "strip", z.ZodTypeAny, { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }, { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }>>>>, z.ZodLazy; button: z.ZodNumber; }, "strip", z.ZodTypeAny, { type: "pointerUp"; button: number; }, { type: "pointerUp"; button: number; }>>, z.ZodLazy; x: z.ZodNumber; y: z.ZodNumber; duration: z.ZodOptional; origin: z.ZodOptional, z.ZodLiteral<"pointer">, z.ZodLazy; element: z.ZodLazy; handle: z.ZodOptional>; }, "strip", z.ZodTypeAny, { sharedId: string; handle?: string | undefined; }, { sharedId: string; handle?: string | undefined; }>, z.ZodLazy>>>; }, "strip", z.ZodTypeAny, { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; }, { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; }>>]>>>; }, "strip", z.ZodTypeAny, { type: "pointerMove"; x: number; y: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; }, { type: "pointerMove"; x: number; y: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; }>, z.ZodLazy>; height: z.ZodOptional>; pressure: z.ZodOptional>; tangentialPressure: z.ZodOptional>; twist: z.ZodOptional>; altitudeAngle: z.ZodOptional>; azimuthAngle: z.ZodOptional>; }, "strip", z.ZodTypeAny, { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }, { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }>>>>]>>; } export declare namespace Input { const WheelSourceActionSchema: z.ZodLazy; duration: z.ZodOptional; }, "strip", z.ZodTypeAny, { type: "pause"; duration?: number | undefined; }, { type: "pause"; duration?: number | undefined; }>>, z.ZodLazy; x: z.ZodNumber; y: z.ZodNumber; deltaX: z.ZodNumber; deltaY: z.ZodNumber; duration: z.ZodOptional; origin: z.ZodOptional, z.ZodLiteral<"pointer">, z.ZodLazy; element: z.ZodLazy; handle: z.ZodOptional>; }, "strip", z.ZodTypeAny, { sharedId: string; handle?: string | undefined; }, { sharedId: string; handle?: string | undefined; }>, z.ZodLazy>>>; }, "strip", z.ZodTypeAny, { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; }, { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; }>>]>>>>; }, "strip", z.ZodTypeAny, { type: "scroll"; x: number; y: number; deltaX: number; deltaY: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; }, { type: "scroll"; x: number; y: number; deltaX: number; deltaY: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; }>>]>>; } export declare namespace Input { const PauseActionSchema: z.ZodLazy; duration: z.ZodOptional; }, "strip", z.ZodTypeAny, { type: "pause"; duration?: number | undefined; }, { type: "pause"; duration?: number | undefined; }>>; } export declare namespace Input { const KeyDownActionSchema: z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "keyDown"; value: string; }, { type: "keyDown"; value: string; }>>; } export declare namespace Input { const KeyUpActionSchema: z.ZodLazy; value: z.ZodString; }, "strip", z.ZodTypeAny, { type: "keyUp"; value: string; }, { type: "keyUp"; value: string; }>>; } export declare namespace Input { const PointerUpActionSchema: z.ZodLazy; button: z.ZodNumber; }, "strip", z.ZodTypeAny, { type: "pointerUp"; button: number; }, { type: "pointerUp"; button: number; }>>; } export declare namespace Input { const PointerDownActionSchema: z.ZodLazy; button: z.ZodNumber; }, "strip", z.ZodTypeAny, { type: "pointerDown"; button: number; }, { type: "pointerDown"; button: number; }>, z.ZodLazy>; height: z.ZodOptional>; pressure: z.ZodOptional>; tangentialPressure: z.ZodOptional>; twist: z.ZodOptional>; altitudeAngle: z.ZodOptional>; azimuthAngle: z.ZodOptional>; }, "strip", z.ZodTypeAny, { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }, { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }>>>>; } export declare namespace Input { const PointerMoveActionSchema: z.ZodLazy; x: z.ZodNumber; y: z.ZodNumber; duration: z.ZodOptional; origin: z.ZodOptional, z.ZodLiteral<"pointer">, z.ZodLazy; element: z.ZodLazy; handle: z.ZodOptional>; }, "strip", z.ZodTypeAny, { sharedId: string; handle?: string | undefined; }, { sharedId: string; handle?: string | undefined; }>, z.ZodLazy>>>; }, "strip", z.ZodTypeAny, { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; }, { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; }>>]>>>; }, "strip", z.ZodTypeAny, { type: "pointerMove"; x: number; y: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; }, { type: "pointerMove"; x: number; y: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; }>, z.ZodLazy>; height: z.ZodOptional>; pressure: z.ZodOptional>; tangentialPressure: z.ZodOptional>; twist: z.ZodOptional>; altitudeAngle: z.ZodOptional>; azimuthAngle: z.ZodOptional>; }, "strip", z.ZodTypeAny, { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }, { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }>>>>; } export declare namespace Input { const WheelScrollActionSchema: z.ZodLazy; x: z.ZodNumber; y: z.ZodNumber; deltaX: z.ZodNumber; deltaY: z.ZodNumber; duration: z.ZodOptional; origin: z.ZodOptional, z.ZodLiteral<"pointer">, z.ZodLazy; element: z.ZodLazy; handle: z.ZodOptional>; }, "strip", z.ZodTypeAny, { sharedId: string; handle?: string | undefined; }, { sharedId: string; handle?: string | undefined; }>, z.ZodLazy>>>; }, "strip", z.ZodTypeAny, { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; }, { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; }>>]>>>>; }, "strip", z.ZodTypeAny, { type: "scroll"; x: number; y: number; deltaX: number; deltaY: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; }, { type: "scroll"; x: number; y: number; deltaX: number; deltaY: number; duration?: number | undefined; origin?: "viewport" | "pointer" | { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; } | undefined; }>>; } export declare namespace Input { const PointerCommonPropertiesSchema: z.ZodLazy>; height: z.ZodOptional>; pressure: z.ZodOptional>; tangentialPressure: z.ZodOptional>; twist: z.ZodOptional>; altitudeAngle: z.ZodOptional>; azimuthAngle: z.ZodOptional>; }, "strip", z.ZodTypeAny, { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }, { width?: number | undefined; height?: number | undefined; pressure?: number | undefined; tangentialPressure?: number | undefined; twist?: number | undefined; altitudeAngle?: number | undefined; azimuthAngle?: number | undefined; }>>; } export declare namespace Input { const OriginSchema: z.ZodLazy, z.ZodLiteral<"pointer">, z.ZodLazy; element: z.ZodLazy; handle: z.ZodOptional>; }, "strip", z.ZodTypeAny, { sharedId: string; handle?: string | undefined; }, { sharedId: string; handle?: string | undefined; }>, z.ZodLazy>>>; }, "strip", z.ZodTypeAny, { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; }, { type: "element"; element: { sharedId: string; handle?: string | undefined; } & Record; }>>]>>; } export declare namespace Input { const ReleaseActionsSchema: z.ZodLazy; params: z.ZodLazy; }, "strip", z.ZodTypeAny, { context: string; }, { context: string; }>>; }, "strip", z.ZodTypeAny, { params: { context: string; }; method: "input.releaseActions"; }, { params: { context: string; }; method: "input.releaseActions"; }>>; } export declare namespace Input { const ReleaseActionsParametersSchema: z.ZodLazy; }, "strip", z.ZodTypeAny, { context: string; }, { context: string; }>>; } export declare namespace Input { const SetFilesSchema: z.ZodLazy; params: z.ZodLazy; element: z.ZodLazy; handle: z.ZodOptional>; }, "strip", z.ZodTypeAny, { sharedId: string; handle?: string | undefined; }, { sharedId: string; handle?: string | undefined; }>, z.ZodLazy>>>; files: z.ZodArray; }, "strip", z.ZodTypeAny, { element: { sharedId: string; handle?: string | undefined; } & Record; context: string; files: string[]; }, { element: { sharedId: string; handle?: string | undefined; } & Record; context: string; files: string[]; }>>; }, "strip", z.ZodTypeAny, { params: { element: { sharedId: string; handle?: string | undefined; } & Record; context: string; files: string[]; }; method: "input.setFiles"; }, { params: { element: { sharedId: string; handle?: string | undefined; } & Record; context: string; files: string[]; }; method: "input.setFiles"; }>>; } export declare namespace Input { const SetFilesParametersSchema: z.ZodLazy; element: z.ZodLazy; handle: z.ZodOptional>; }, "strip", z.ZodTypeAny, { sharedId: string; handle?: string | undefined; }, { sharedId: string; handle?: string | undefined; }>, z.ZodLazy>>>; files: z.ZodArray; }, "strip", z.ZodTypeAny, { element: { sharedId: string; handle?: string | undefined; } & Record; context: string; files: string[]; }, { element: { sharedId: string; handle?: string | undefined; } & Record; context: string; files: string[]; }>>; }