import * as pulumi from "@pulumi/pulumi"; import * as outputs from "./types/output"; export declare function getWorkersDeployment(args: GetWorkersDeploymentArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getWorkersDeployment. */ export interface GetWorkersDeploymentArgs { accountId: string; deploymentId: string; scriptName: string; } /** * A collection of values returned by getWorkersDeployment. */ export interface GetWorkersDeploymentResult { readonly accountId: string; readonly annotations: outputs.GetWorkersDeploymentAnnotations; readonly authorEmail: string; readonly createdOn: string; readonly deploymentId: string; readonly id: string; readonly scriptName: string; readonly source: string; readonly strategy: string; readonly versions: outputs.GetWorkersDeploymentVersion[]; } export declare function getWorkersDeploymentOutput(args: GetWorkersDeploymentOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getWorkersDeployment. */ export interface GetWorkersDeploymentOutputArgs { accountId: pulumi.Input; deploymentId: pulumi.Input; scriptName: pulumi.Input; } //# sourceMappingURL=getWorkersDeployment.d.ts.map