import * as pulumi from "@pulumi/pulumi"; import * as inputs from "./types/input"; import * as outputs from "./types/output"; export declare function getWorkersKvNamespace(args: GetWorkersKvNamespaceArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getWorkersKvNamespace. */ export interface GetWorkersKvNamespaceArgs { accountId: string; filter?: inputs.GetWorkersKvNamespaceFilter; namespaceId?: string; } /** * A collection of values returned by getWorkersKvNamespace. */ export interface GetWorkersKvNamespaceResult { readonly accountId: string; readonly filter?: outputs.GetWorkersKvNamespaceFilter; readonly id: string; readonly namespaceId?: string; readonly supportsUrlEncoding: boolean; readonly title: string; } export declare function getWorkersKvNamespaceOutput(args: GetWorkersKvNamespaceOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getWorkersKvNamespace. */ export interface GetWorkersKvNamespaceOutputArgs { accountId: pulumi.Input; filter?: pulumi.Input; namespaceId?: pulumi.Input; } //# sourceMappingURL=getWorkersKvNamespace.d.ts.map