import { z } from "zod"; export declare const sessionOptionsSchema: z.ZodOptional; useStealth: z.ZodDefault; solveCaptchas: z.ZodDefault; acceptCookies: z.ZodDefault; saveDownloads: z.ZodDefault; profile: z.ZodOptional; persistChanges: z.ZodDefault; }, "strip", z.ZodTypeAny, { persistChanges: boolean; id?: string | undefined; }, { id?: string | undefined; persistChanges?: boolean | undefined; }>>; }, "strict", z.ZodTypeAny, { useProxy: boolean; useStealth: boolean; solveCaptchas: boolean; acceptCookies: boolean; saveDownloads: boolean; profile?: { persistChanges: boolean; id?: string | undefined; } | undefined; }, { useProxy?: boolean | undefined; useStealth?: boolean | undefined; solveCaptchas?: boolean | undefined; acceptCookies?: boolean | undefined; saveDownloads?: boolean | undefined; profile?: { id?: string | undefined; persistChanges?: boolean | undefined; } | undefined; }>>; export declare const scrapeWebpageToolParamSchemaRaw: { url: z.ZodString; sessionOptions: z.ZodOptional; useStealth: z.ZodDefault; solveCaptchas: z.ZodDefault; acceptCookies: z.ZodDefault; saveDownloads: z.ZodDefault; profile: z.ZodOptional; persistChanges: z.ZodDefault; }, "strip", z.ZodTypeAny, { persistChanges: boolean; id?: string | undefined; }, { id?: string | undefined; persistChanges?: boolean | undefined; }>>; }, "strict", z.ZodTypeAny, { useProxy: boolean; useStealth: boolean; solveCaptchas: boolean; acceptCookies: boolean; saveDownloads: boolean; profile?: { persistChanges: boolean; id?: string | undefined; } | undefined; }, { useProxy?: boolean | undefined; useStealth?: boolean | undefined; solveCaptchas?: boolean | undefined; acceptCookies?: boolean | undefined; saveDownloads?: boolean | undefined; profile?: { id?: string | undefined; persistChanges?: boolean | undefined; } | undefined; }>>; outputFormat: z.ZodArray, "many">; }; export declare const scrapeWebpageToolParamSchema: z.ZodObject<{ url: z.ZodString; sessionOptions: z.ZodOptional; useStealth: z.ZodDefault; solveCaptchas: z.ZodDefault; acceptCookies: z.ZodDefault; saveDownloads: z.ZodDefault; profile: z.ZodOptional; persistChanges: z.ZodDefault; }, "strip", z.ZodTypeAny, { persistChanges: boolean; id?: string | undefined; }, { id?: string | undefined; persistChanges?: boolean | undefined; }>>; }, "strict", z.ZodTypeAny, { useProxy: boolean; useStealth: boolean; solveCaptchas: boolean; acceptCookies: boolean; saveDownloads: boolean; profile?: { persistChanges: boolean; id?: string | undefined; } | undefined; }, { useProxy?: boolean | undefined; useStealth?: boolean | undefined; solveCaptchas?: boolean | undefined; acceptCookies?: boolean | undefined; saveDownloads?: boolean | undefined; profile?: { id?: string | undefined; persistChanges?: boolean | undefined; } | undefined; }>>; outputFormat: z.ZodArray, "many">; }, "strip", z.ZodTypeAny, { url: string; outputFormat: ("markdown" | "html" | "links" | "screenshot")[]; sessionOptions?: { useProxy: boolean; useStealth: boolean; solveCaptchas: boolean; acceptCookies: boolean; saveDownloads: boolean; profile?: { persistChanges: boolean; id?: string | undefined; } | undefined; } | undefined; }, { url: string; outputFormat: ("markdown" | "html" | "links" | "screenshot")[]; sessionOptions?: { useProxy?: boolean | undefined; useStealth?: boolean | undefined; solveCaptchas?: boolean | undefined; acceptCookies?: boolean | undefined; saveDownloads?: boolean | undefined; profile?: { id?: string | undefined; persistChanges?: boolean | undefined; } | undefined; } | undefined; }>; export type scrapeWebpageToolParamSchemaType = z.infer; export declare const extractStructuredDataToolParamSchemaRaw: { urls: z.ZodArray; prompt: z.ZodString; schema: z.ZodEffects; sessionOptions: z.ZodOptional; useStealth: z.ZodDefault; solveCaptchas: z.ZodDefault; acceptCookies: z.ZodDefault; saveDownloads: z.ZodDefault; profile: z.ZodOptional; persistChanges: z.ZodDefault; }, "strip", z.ZodTypeAny, { persistChanges: boolean; id?: string | undefined; }, { id?: string | undefined; persistChanges?: boolean | undefined; }>>; }, "strict", z.ZodTypeAny, { useProxy: boolean; useStealth: boolean; solveCaptchas: boolean; acceptCookies: boolean; saveDownloads: boolean; profile?: { persistChanges: boolean; id?: string | undefined; } | undefined; }, { useProxy?: boolean | undefined; useStealth?: boolean | undefined; solveCaptchas?: boolean | undefined; acceptCookies?: boolean | undefined; saveDownloads?: boolean | undefined; profile?: { id?: string | undefined; persistChanges?: boolean | undefined; } | undefined; }>>; }; export declare const extractStructuredDataToolParamSchema: z.ZodObject<{ urls: z.ZodArray; prompt: z.ZodString; schema: z.ZodEffects; sessionOptions: z.ZodOptional; useStealth: z.ZodDefault; solveCaptchas: z.ZodDefault; acceptCookies: z.ZodDefault; saveDownloads: z.ZodDefault; profile: z.ZodOptional; persistChanges: z.ZodDefault; }, "strip", z.ZodTypeAny, { persistChanges: boolean; id?: string | undefined; }, { id?: string | undefined; persistChanges?: boolean | undefined; }>>; }, "strict", z.ZodTypeAny, { useProxy: boolean; useStealth: boolean; solveCaptchas: boolean; acceptCookies: boolean; saveDownloads: boolean; profile?: { persistChanges: boolean; id?: string | undefined; } | undefined; }, { useProxy?: boolean | undefined; useStealth?: boolean | undefined; solveCaptchas?: boolean | undefined; acceptCookies?: boolean | undefined; saveDownloads?: boolean | undefined; profile?: { id?: string | undefined; persistChanges?: boolean | undefined; } | undefined; }>>; }, "strip", z.ZodTypeAny, { urls: string[]; prompt: string; sessionOptions?: { useProxy: boolean; useStealth: boolean; solveCaptchas: boolean; acceptCookies: boolean; saveDownloads: boolean; profile?: { persistChanges: boolean; id?: string | undefined; } | undefined; } | undefined; schema?: any; }, { urls: string[]; prompt: string; sessionOptions?: { useProxy?: boolean | undefined; useStealth?: boolean | undefined; solveCaptchas?: boolean | undefined; acceptCookies?: boolean | undefined; saveDownloads?: boolean | undefined; profile?: { id?: string | undefined; persistChanges?: boolean | undefined; } | undefined; } | undefined; schema?: any; }>; export type extractStructuredDataToolParamSchemaType = z.infer; export declare const crawlWebpagesToolParamSchemaRaw: { url: z.ZodString; sessionOptions: z.ZodOptional; useStealth: z.ZodDefault; solveCaptchas: z.ZodDefault; acceptCookies: z.ZodDefault; saveDownloads: z.ZodDefault; profile: z.ZodOptional; persistChanges: z.ZodDefault; }, "strip", z.ZodTypeAny, { persistChanges: boolean; id?: string | undefined; }, { id?: string | undefined; persistChanges?: boolean | undefined; }>>; }, "strict", z.ZodTypeAny, { useProxy: boolean; useStealth: boolean; solveCaptchas: boolean; acceptCookies: boolean; saveDownloads: boolean; profile?: { persistChanges: boolean; id?: string | undefined; } | undefined; }, { useProxy?: boolean | undefined; useStealth?: boolean | undefined; solveCaptchas?: boolean | undefined; acceptCookies?: boolean | undefined; saveDownloads?: boolean | undefined; profile?: { id?: string | undefined; persistChanges?: boolean | undefined; } | undefined; }>>; outputFormat: z.ZodArray, "many">; followLinks: z.ZodBoolean; maxPages: z.ZodDefault; ignoreSitemap: z.ZodDefault; }; export declare const crawlWebpagesToolParamSchema: z.ZodObject<{ url: z.ZodString; sessionOptions: z.ZodOptional; useStealth: z.ZodDefault; solveCaptchas: z.ZodDefault; acceptCookies: z.ZodDefault; saveDownloads: z.ZodDefault; profile: z.ZodOptional; persistChanges: z.ZodDefault; }, "strip", z.ZodTypeAny, { persistChanges: boolean; id?: string | undefined; }, { id?: string | undefined; persistChanges?: boolean | undefined; }>>; }, "strict", z.ZodTypeAny, { useProxy: boolean; useStealth: boolean; solveCaptchas: boolean; acceptCookies: boolean; saveDownloads: boolean; profile?: { persistChanges: boolean; id?: string | undefined; } | undefined; }, { useProxy?: boolean | undefined; useStealth?: boolean | undefined; solveCaptchas?: boolean | undefined; acceptCookies?: boolean | undefined; saveDownloads?: boolean | undefined; profile?: { id?: string | undefined; persistChanges?: boolean | undefined; } | undefined; }>>; outputFormat: z.ZodArray, "many">; followLinks: z.ZodBoolean; maxPages: z.ZodDefault; ignoreSitemap: z.ZodDefault; }, "strip", z.ZodTypeAny, { url: string; outputFormat: ("markdown" | "html" | "links" | "screenshot")[]; followLinks: boolean; maxPages: number; ignoreSitemap: boolean; sessionOptions?: { useProxy: boolean; useStealth: boolean; solveCaptchas: boolean; acceptCookies: boolean; saveDownloads: boolean; profile?: { persistChanges: boolean; id?: string | undefined; } | undefined; } | undefined; }, { url: string; outputFormat: ("markdown" | "html" | "links" | "screenshot")[]; followLinks: boolean; sessionOptions?: { useProxy?: boolean | undefined; useStealth?: boolean | undefined; solveCaptchas?: boolean | undefined; acceptCookies?: boolean | undefined; saveDownloads?: boolean | undefined; profile?: { id?: string | undefined; persistChanges?: boolean | undefined; } | undefined; } | undefined; maxPages?: number | undefined; ignoreSitemap?: boolean | undefined; }>; export type crawlWebpagesToolParamSchemaType = z.infer; export declare const browserUseToolParamSchemaRaw: { task: z.ZodString; sessionOptions: z.ZodOptional; useStealth: z.ZodDefault; solveCaptchas: z.ZodDefault; acceptCookies: z.ZodDefault; saveDownloads: z.ZodDefault; profile: z.ZodOptional; persistChanges: z.ZodDefault; }, "strip", z.ZodTypeAny, { persistChanges: boolean; id?: string | undefined; }, { id?: string | undefined; persistChanges?: boolean | undefined; }>>; }, "strict", z.ZodTypeAny, { useProxy: boolean; useStealth: boolean; solveCaptchas: boolean; acceptCookies: boolean; saveDownloads: boolean; profile?: { persistChanges: boolean; id?: string | undefined; } | undefined; }, { useProxy?: boolean | undefined; useStealth?: boolean | undefined; solveCaptchas?: boolean | undefined; acceptCookies?: boolean | undefined; saveDownloads?: boolean | undefined; profile?: { id?: string | undefined; persistChanges?: boolean | undefined; } | undefined; }>>; returnStepInfo: z.ZodDefault; maxSteps: z.ZodDefault; }; export declare const browserUseToolParamSchema: z.ZodObject<{ task: z.ZodString; sessionOptions: z.ZodOptional; useStealth: z.ZodDefault; solveCaptchas: z.ZodDefault; acceptCookies: z.ZodDefault; saveDownloads: z.ZodDefault; profile: z.ZodOptional; persistChanges: z.ZodDefault; }, "strip", z.ZodTypeAny, { persistChanges: boolean; id?: string | undefined; }, { id?: string | undefined; persistChanges?: boolean | undefined; }>>; }, "strict", z.ZodTypeAny, { useProxy: boolean; useStealth: boolean; solveCaptchas: boolean; acceptCookies: boolean; saveDownloads: boolean; profile?: { persistChanges: boolean; id?: string | undefined; } | undefined; }, { useProxy?: boolean | undefined; useStealth?: boolean | undefined; solveCaptchas?: boolean | undefined; acceptCookies?: boolean | undefined; saveDownloads?: boolean | undefined; profile?: { id?: string | undefined; persistChanges?: boolean | undefined; } | undefined; }>>; returnStepInfo: z.ZodDefault; maxSteps: z.ZodDefault; }, "strip", z.ZodTypeAny, { task: string; returnStepInfo: boolean; maxSteps: number; sessionOptions?: { useProxy: boolean; useStealth: boolean; solveCaptchas: boolean; acceptCookies: boolean; saveDownloads: boolean; profile?: { persistChanges: boolean; id?: string | undefined; } | undefined; } | undefined; }, { task: string; sessionOptions?: { useProxy?: boolean | undefined; useStealth?: boolean | undefined; solveCaptchas?: boolean | undefined; acceptCookies?: boolean | undefined; saveDownloads?: boolean | undefined; profile?: { id?: string | undefined; persistChanges?: boolean | undefined; } | undefined; } | undefined; returnStepInfo?: boolean | undefined; maxSteps?: number | undefined; }>; export type browserUseToolParamSchemaType = z.infer; export declare const oaiCuaToolParamSchemaRaw: { task: z.ZodString; sessionOptions: z.ZodOptional; useStealth: z.ZodDefault; solveCaptchas: z.ZodDefault; acceptCookies: z.ZodDefault; saveDownloads: z.ZodDefault; profile: z.ZodOptional; persistChanges: z.ZodDefault; }, "strip", z.ZodTypeAny, { persistChanges: boolean; id?: string | undefined; }, { id?: string | undefined; persistChanges?: boolean | undefined; }>>; }, "strict", z.ZodTypeAny, { useProxy: boolean; useStealth: boolean; solveCaptchas: boolean; acceptCookies: boolean; saveDownloads: boolean; profile?: { persistChanges: boolean; id?: string | undefined; } | undefined; }, { useProxy?: boolean | undefined; useStealth?: boolean | undefined; solveCaptchas?: boolean | undefined; acceptCookies?: boolean | undefined; saveDownloads?: boolean | undefined; profile?: { id?: string | undefined; persistChanges?: boolean | undefined; } | undefined; }>>; returnStepInfo: z.ZodDefault; maxSteps: z.ZodDefault; }; export declare const oaiCuaToolParamSchema: z.ZodObject<{ task: z.ZodString; sessionOptions: z.ZodOptional; useStealth: z.ZodDefault; solveCaptchas: z.ZodDefault; acceptCookies: z.ZodDefault; saveDownloads: z.ZodDefault; profile: z.ZodOptional; persistChanges: z.ZodDefault; }, "strip", z.ZodTypeAny, { persistChanges: boolean; id?: string | undefined; }, { id?: string | undefined; persistChanges?: boolean | undefined; }>>; }, "strict", z.ZodTypeAny, { useProxy: boolean; useStealth: boolean; solveCaptchas: boolean; acceptCookies: boolean; saveDownloads: boolean; profile?: { persistChanges: boolean; id?: string | undefined; } | undefined; }, { useProxy?: boolean | undefined; useStealth?: boolean | undefined; solveCaptchas?: boolean | undefined; acceptCookies?: boolean | undefined; saveDownloads?: boolean | undefined; profile?: { id?: string | undefined; persistChanges?: boolean | undefined; } | undefined; }>>; returnStepInfo: z.ZodDefault; maxSteps: z.ZodDefault; }, "strip", z.ZodTypeAny, { task: string; returnStepInfo: boolean; maxSteps: number; sessionOptions?: { useProxy: boolean; useStealth: boolean; solveCaptchas: boolean; acceptCookies: boolean; saveDownloads: boolean; profile?: { persistChanges: boolean; id?: string | undefined; } | undefined; } | undefined; }, { task: string; sessionOptions?: { useProxy?: boolean | undefined; useStealth?: boolean | undefined; solveCaptchas?: boolean | undefined; acceptCookies?: boolean | undefined; saveDownloads?: boolean | undefined; profile?: { id?: string | undefined; persistChanges?: boolean | undefined; } | undefined; } | undefined; returnStepInfo?: boolean | undefined; maxSteps?: number | undefined; }>; export type oaiCuaToolParamSchemaType = z.infer; export declare const claudeComputerUseToolParamSchemaRaw: { task: z.ZodString; sessionOptions: z.ZodOptional; useStealth: z.ZodDefault; solveCaptchas: z.ZodDefault; acceptCookies: z.ZodDefault; saveDownloads: z.ZodDefault; profile: z.ZodOptional; persistChanges: z.ZodDefault; }, "strip", z.ZodTypeAny, { persistChanges: boolean; id?: string | undefined; }, { id?: string | undefined; persistChanges?: boolean | undefined; }>>; }, "strict", z.ZodTypeAny, { useProxy: boolean; useStealth: boolean; solveCaptchas: boolean; acceptCookies: boolean; saveDownloads: boolean; profile?: { persistChanges: boolean; id?: string | undefined; } | undefined; }, { useProxy?: boolean | undefined; useStealth?: boolean | undefined; solveCaptchas?: boolean | undefined; acceptCookies?: boolean | undefined; saveDownloads?: boolean | undefined; profile?: { id?: string | undefined; persistChanges?: boolean | undefined; } | undefined; }>>; returnStepInfo: z.ZodDefault; maxSteps: z.ZodDefault; }; export declare const claudeComputerUseToolParamSchema: z.ZodObject<{ task: z.ZodString; sessionOptions: z.ZodOptional; useStealth: z.ZodDefault; solveCaptchas: z.ZodDefault; acceptCookies: z.ZodDefault; saveDownloads: z.ZodDefault; profile: z.ZodOptional; persistChanges: z.ZodDefault; }, "strip", z.ZodTypeAny, { persistChanges: boolean; id?: string | undefined; }, { id?: string | undefined; persistChanges?: boolean | undefined; }>>; }, "strict", z.ZodTypeAny, { useProxy: boolean; useStealth: boolean; solveCaptchas: boolean; acceptCookies: boolean; saveDownloads: boolean; profile?: { persistChanges: boolean; id?: string | undefined; } | undefined; }, { useProxy?: boolean | undefined; useStealth?: boolean | undefined; solveCaptchas?: boolean | undefined; acceptCookies?: boolean | undefined; saveDownloads?: boolean | undefined; profile?: { id?: string | undefined; persistChanges?: boolean | undefined; } | undefined; }>>; returnStepInfo: z.ZodDefault; maxSteps: z.ZodDefault; }, "strip", z.ZodTypeAny, { task: string; returnStepInfo: boolean; maxSteps: number; sessionOptions?: { useProxy: boolean; useStealth: boolean; solveCaptchas: boolean; acceptCookies: boolean; saveDownloads: boolean; profile?: { persistChanges: boolean; id?: string | undefined; } | undefined; } | undefined; }, { task: string; sessionOptions?: { useProxy?: boolean | undefined; useStealth?: boolean | undefined; solveCaptchas?: boolean | undefined; acceptCookies?: boolean | undefined; saveDownloads?: boolean | undefined; profile?: { id?: string | undefined; persistChanges?: boolean | undefined; } | undefined; } | undefined; returnStepInfo?: boolean | undefined; maxSteps?: number | undefined; }>; export type ClaudeComputerUseToolParamSchemaType = z.infer; export declare const bingSearchToolParamSchemaRaw: { query: z.ZodString; sessionOptions: z.ZodOptional; useStealth: z.ZodDefault; solveCaptchas: z.ZodDefault; acceptCookies: z.ZodDefault; saveDownloads: z.ZodDefault; profile: z.ZodOptional; persistChanges: z.ZodDefault; }, "strip", z.ZodTypeAny, { persistChanges: boolean; id?: string | undefined; }, { id?: string | undefined; persistChanges?: boolean | undefined; }>>; }, "strict", z.ZodTypeAny, { useProxy: boolean; useStealth: boolean; solveCaptchas: boolean; acceptCookies: boolean; saveDownloads: boolean; profile?: { persistChanges: boolean; id?: string | undefined; } | undefined; }, { useProxy?: boolean | undefined; useStealth?: boolean | undefined; solveCaptchas?: boolean | undefined; acceptCookies?: boolean | undefined; saveDownloads?: boolean | undefined; profile?: { id?: string | undefined; persistChanges?: boolean | undefined; } | undefined; }>>; numResults: z.ZodDefault; }; export declare const bingSearchToolParamSchema: z.ZodObject<{ query: z.ZodString; sessionOptions: z.ZodOptional; useStealth: z.ZodDefault; solveCaptchas: z.ZodDefault; acceptCookies: z.ZodDefault; saveDownloads: z.ZodDefault; profile: z.ZodOptional; persistChanges: z.ZodDefault; }, "strip", z.ZodTypeAny, { persistChanges: boolean; id?: string | undefined; }, { id?: string | undefined; persistChanges?: boolean | undefined; }>>; }, "strict", z.ZodTypeAny, { useProxy: boolean; useStealth: boolean; solveCaptchas: boolean; acceptCookies: boolean; saveDownloads: boolean; profile?: { persistChanges: boolean; id?: string | undefined; } | undefined; }, { useProxy?: boolean | undefined; useStealth?: boolean | undefined; solveCaptchas?: boolean | undefined; acceptCookies?: boolean | undefined; saveDownloads?: boolean | undefined; profile?: { id?: string | undefined; persistChanges?: boolean | undefined; } | undefined; }>>; numResults: z.ZodDefault; }, "strip", z.ZodTypeAny, { query: string; numResults: number; sessionOptions?: { useProxy: boolean; useStealth: boolean; solveCaptchas: boolean; acceptCookies: boolean; saveDownloads: boolean; profile?: { persistChanges: boolean; id?: string | undefined; } | undefined; } | undefined; }, { query: string; sessionOptions?: { useProxy?: boolean | undefined; useStealth?: boolean | undefined; solveCaptchas?: boolean | undefined; acceptCookies?: boolean | undefined; saveDownloads?: boolean | undefined; profile?: { id?: string | undefined; persistChanges?: boolean | undefined; } | undefined; } | undefined; numResults?: number | undefined; }>; export type BingSearchToolParamSchemaType = z.infer; export declare const deleteProfileToolParamSchemaRaw: { profileId: z.ZodString; }; export declare const deleteProfileToolParamSchema: z.ZodObject<{ profileId: z.ZodString; }, "strip", z.ZodTypeAny, { profileId: string; }, { profileId: string; }>; export type deleteProfileToolParamSchemaType = z.infer; export declare const listProfilesToolParamSchemaRaw: { page: z.ZodOptional; limit: z.ZodOptional; }; export declare const listProfilesToolParamSchema: z.ZodObject<{ page: z.ZodOptional; limit: z.ZodOptional; }, "strip", z.ZodTypeAny, { page?: number | undefined; limit?: number | undefined; }, { page?: number | undefined; limit?: number | undefined; }>; export type listProfilesToolParamSchemaType = z.infer; export declare const getDownloadsToolParamSchemaRaw: { sessionId: z.ZodString; downloadZip: z.ZodDefault>; outputPath: z.ZodOptional; }; export declare const getDownloadsToolParamSchema: z.ZodObject<{ sessionId: z.ZodString; downloadZip: z.ZodDefault>; outputPath: z.ZodOptional; }, "strip", z.ZodTypeAny, { sessionId: string; downloadZip: boolean; outputPath?: string | undefined; }, { sessionId: string; downloadZip?: boolean | undefined; outputPath?: string | undefined; }>; export type getDownloadsToolParamSchemaType = z.infer; //# sourceMappingURL=tool-types.d.ts.map