import * as z from "zod"; /** Lists deployed Browserbase Functions. */ export declare const listBrowserbaseFunctions: import("../..").DefinedAction; offset: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ data: z.ZodArray>; total: z.ZodNumber; }, z.core.$strip>, "browserbase", false, never>; /** Gets one deployed Browserbase Function. */ export declare const getBrowserbaseFunction: import("../..").DefinedAction, z.ZodObject<{ createdAt: z.ZodISODateTime; id: z.ZodUUID; name: z.ZodString; projectId: z.ZodUUID; updatedAt: z.ZodISODateTime; }, z.core.$strip>, "browserbase", false, never>; /** Starts an invocation of a deployed Browserbase Function. */ export declare const invokeBrowserbaseFunction: import("../..").DefinedAction>; sessionCreateParams: z.ZodOptional; browserSettings: z.ZodOptional; allowedDomains: z.ZodOptional>; blockAds: z.ZodOptional; captchaImageSelector: z.ZodOptional; captchaInputSelector: z.ZodOptional; context: z.ZodOptional; }, z.core.$strip>>; extensionId: z.ZodOptional; ignoreCertificateErrors: z.ZodOptional; logSession: z.ZodOptional; os: z.ZodOptional>; recordSession: z.ZodOptional; solveCaptchas: z.ZodOptional; verified: z.ZodOptional; viewport: z.ZodOptional; width: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; proxies: z.ZodOptional; geolocation: z.ZodOptional; country: z.ZodString; state: z.ZodOptional; }, z.core.$strip>>; type: z.ZodLiteral<"browserbase">; }, z.core.$strip>, z.ZodObject<{ domainPattern: z.ZodOptional; password: z.ZodOptional; server: z.ZodURL; type: z.ZodLiteral<"external">; username: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ domainPattern: z.ZodOptional; type: z.ZodLiteral<"none">; }, z.core.$strip>], "type">>]>>; proxySettings: z.ZodOptional>; }, z.core.$strip>>; userMetadata: z.ZodOptional>; timeout: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>, z.ZodObject<{ cause: z.ZodOptional; message: z.ZodOptional; }, z.core.$strip>>; createdAt: z.ZodISODateTime; endedAt: z.ZodOptional; expiresAt: z.ZodISODateTime; functionId: z.ZodUUID; id: z.ZodUUID; params: z.ZodOptional>; projectId: z.ZodUUID; region: z.ZodOptional; results: z.ZodOptional>; sessionId: z.ZodUUID; startedAt: z.ZodISODateTime; status: z.ZodEnum<{ RUNNING: "RUNNING"; FAILED: "FAILED"; PENDING: "PENDING"; COMPLETED: "COMPLETED"; }>; updatedAt: z.ZodISODateTime; versionId: z.ZodUUID; }, z.core.$strip>, "browserbase", false, never>; /** Lists versions of one Browserbase Function. */ export declare const listBrowserbaseFunctionVersions: import("../..").DefinedAction; offset: z.ZodOptional; functionId: z.ZodUUID; }, z.core.$strip>, z.ZodObject<{ results: z.ZodArray>; updatedAt: z.ZodISODateTime; userParamsSchema: z.ZodOptional>; }, z.core.$strip>>; total: z.ZodNumber; }, z.core.$strip>, "browserbase", false, never>; /** Gets one Browserbase Function version. */ export declare const getBrowserbaseFunctionVersion: import("../..").DefinedAction, z.ZodObject<{ createdAt: z.ZodISODateTime; functionBuildId: z.ZodUUID; functionId: z.ZodUUID; id: z.ZodUUID; projectId: z.ZodUUID; sessionCreateParams: z.ZodOptional>; updatedAt: z.ZodISODateTime; userParamsSchema: z.ZodOptional>; }, z.core.$strip>, "browserbase", false, never>; /** Lists Browserbase Function builds. */ export declare const listBrowserbaseFunctionBuilds: import("../..").DefinedAction; offset: z.ZodOptional; status: z.ZodOptional>; }, z.core.$strip>, z.ZodObject<{ data: z.ZodArray>; updatedAt: z.ZodISODateTime; userParamsSchema: z.ZodOptional>; }, z.core.$strip>; createdAt: z.ZodISODateTime; id: z.ZodUUID; name: z.ZodString; projectId: z.ZodUUID; updatedAt: z.ZodISODateTime; }, z.core.$strip>>>; cause: z.ZodOptional; message: z.ZodOptional; }, z.core.$strip>>; createdAt: z.ZodISODateTime; endedAt: z.ZodOptional; expiresAt: z.ZodISODateTime; id: z.ZodUUID; projectId: z.ZodUUID; request: z.ZodObject<{ entrypoint: z.ZodString; functionNames: z.ZodOptional>; }, z.core.$strip>; startedAt: z.ZodISODateTime; status: z.ZodEnum<{ RUNNING: "RUNNING"; FAILED: "FAILED"; PENDING: "PENDING"; COMPLETED: "COMPLETED"; }>; updatedAt: z.ZodISODateTime; }, z.core.$strip>>; total: z.ZodNumber; }, z.core.$strip>, "browserbase", false, never>; /** Gets one Browserbase Function build. */ export declare const getBrowserbaseFunctionBuild: import("../..").DefinedAction, z.ZodObject<{ builtFunctions: z.ZodOptional>; updatedAt: z.ZodISODateTime; userParamsSchema: z.ZodOptional>; }, z.core.$strip>; createdAt: z.ZodISODateTime; id: z.ZodUUID; name: z.ZodString; projectId: z.ZodUUID; updatedAt: z.ZodISODateTime; }, z.core.$strip>>>; cause: z.ZodOptional; message: z.ZodOptional; }, z.core.$strip>>; createdAt: z.ZodISODateTime; endedAt: z.ZodOptional; expiresAt: z.ZodISODateTime; id: z.ZodUUID; projectId: z.ZodUUID; request: z.ZodObject<{ entrypoint: z.ZodString; functionNames: z.ZodOptional>; }, z.core.$strip>; startedAt: z.ZodISODateTime; status: z.ZodEnum<{ RUNNING: "RUNNING"; FAILED: "FAILED"; PENDING: "PENDING"; COMPLETED: "COMPLETED"; }>; updatedAt: z.ZodISODateTime; }, z.core.$strip>, "browserbase", false, never>; /** Gets logs for one Browserbase Function build. */ export declare const getBrowserbaseFunctionBuildLogs: import("../..").DefinedAction, z.ZodObject<{ logs: z.ZodArray>; total: z.ZodNumber; }, z.core.$strip>, "browserbase", false, never>; /** Gets one Browserbase Function invocation. */ export declare const getBrowserbaseInvocation: import("../..").DefinedAction, z.ZodObject<{ cause: z.ZodOptional; message: z.ZodOptional; }, z.core.$strip>>; createdAt: z.ZodISODateTime; endedAt: z.ZodOptional; expiresAt: z.ZodISODateTime; functionId: z.ZodUUID; id: z.ZodUUID; params: z.ZodOptional>; projectId: z.ZodUUID; region: z.ZodOptional; results: z.ZodOptional>; sessionId: z.ZodUUID; startedAt: z.ZodISODateTime; status: z.ZodEnum<{ RUNNING: "RUNNING"; FAILED: "FAILED"; PENDING: "PENDING"; COMPLETED: "COMPLETED"; }>; updatedAt: z.ZodISODateTime; versionId: z.ZodUUID; }, z.core.$strip>, "browserbase", false, never>; /** Gets logs for one Browserbase Function invocation. */ export declare const getBrowserbaseInvocationLogs: import("../..").DefinedAction, z.ZodObject<{ logs: z.ZodArray>; total: z.ZodNumber; }, z.core.$strip>, "browserbase", false, never>; /** Lists invocations of one Browserbase Function version. */ export declare const listBrowserbaseFunctionVersionInvocations: import("../..").DefinedAction; offset: z.ZodOptional; status: z.ZodOptional>; versionId: z.ZodUUID; }, z.core.$strip>, z.ZodObject<{ results: z.ZodArray; message: z.ZodOptional; }, z.core.$strip>>; createdAt: z.ZodISODateTime; endedAt: z.ZodOptional; expiresAt: z.ZodISODateTime; functionId: z.ZodUUID; id: z.ZodUUID; params: z.ZodOptional>; projectId: z.ZodUUID; region: z.ZodOptional; results: z.ZodOptional>; sessionId: z.ZodUUID; startedAt: z.ZodISODateTime; status: z.ZodEnum<{ RUNNING: "RUNNING"; FAILED: "FAILED"; PENDING: "PENDING"; COMPLETED: "COMPLETED"; }>; updatedAt: z.ZodISODateTime; versionId: z.ZodUUID; }, z.core.$strip>>; total: z.ZodNumber; }, z.core.$strip>, "browserbase", false, never>; //# sourceMappingURL=function-actions.d.ts.map