import * as pulumi from "@pulumi/pulumi"; import * as outputs from "./types/output"; export declare function getEdgeHostnames(args: GetEdgeHostnamesArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getEdgeHostnames. */ export interface GetEdgeHostnamesArgs { contractId: string; groupId: string; options?: string[]; } /** * A collection of values returned by getEdgeHostnames. */ export interface GetEdgeHostnamesResult { readonly accountId: string; readonly contractId: string; readonly edgeHostnames: outputs.GetEdgeHostnamesEdgeHostname[]; readonly groupId: string; readonly options?: string[]; } export declare function getEdgeHostnamesOutput(args: GetEdgeHostnamesOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getEdgeHostnames. */ export interface GetEdgeHostnamesOutputArgs { contractId: pulumi.Input; groupId: pulumi.Input; options?: pulumi.Input[] | undefined>; } //# sourceMappingURL=getEdgeHostnames.d.ts.map