import * as pulumi from "@pulumi/pulumi"; import * as inputs from "./types/input"; import * as outputs from "./types/output"; export declare function getWorkersCustomDomain(args: GetWorkersCustomDomainArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getWorkersCustomDomain. */ export interface GetWorkersCustomDomainArgs { accountId: string; domainId?: string; filter?: inputs.GetWorkersCustomDomainFilter; } /** * A collection of values returned by getWorkersCustomDomain. */ export interface GetWorkersCustomDomainResult { readonly accountId: string; readonly domainId?: string; /** * @deprecated Deprecated */ readonly environment: string; readonly filter?: outputs.GetWorkersCustomDomainFilter; readonly hostname: string; readonly id: string; readonly service: string; readonly zoneId: string; readonly zoneName: string; } export declare function getWorkersCustomDomainOutput(args: GetWorkersCustomDomainOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getWorkersCustomDomain. */ export interface GetWorkersCustomDomainOutputArgs { accountId: pulumi.Input; domainId?: pulumi.Input; filter?: pulumi.Input; } //# sourceMappingURL=getWorkersCustomDomain.d.ts.map