import * as pulumi from "@pulumi/pulumi"; export declare function getEdgeWorker(args?: GetEdgeWorkerArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getEdgeWorker. */ export interface GetEdgeWorkerArgs { edgeworkerId?: number; localBundle?: string; name?: string; } /** * A collection of values returned by getEdgeWorker. */ export interface GetEdgeWorkerResult { readonly edgeworkerId: number; readonly groupId: string; /** * The provider-assigned unique ID for this managed resource. */ readonly id: string; readonly localBundle?: string; readonly localBundleHash: string; readonly name: string; readonly resourceTierId: number; readonly version: string; readonly warnings: string[]; } export declare function getEdgeWorkerOutput(args?: GetEdgeWorkerOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getEdgeWorker. */ export interface GetEdgeWorkerOutputArgs { edgeworkerId?: pulumi.Input; localBundle?: pulumi.Input; name?: pulumi.Input; } //# sourceMappingURL=getEdgeWorker.d.ts.map