import * as pulumi from "@pulumi/pulumi"; import * as outputs from "./types/output"; export declare function getWeb3Hostnames(args: GetWeb3HostnamesArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getWeb3Hostnames. */ export interface GetWeb3HostnamesArgs { maxItems?: number; zoneId: string; } /** * A collection of values returned by getWeb3Hostnames. */ export interface GetWeb3HostnamesResult { /** * The provider-assigned unique ID for this managed resource. */ readonly id: string; readonly maxItems?: number; readonly results: outputs.GetWeb3HostnamesResult[]; readonly zoneId: string; } export declare function getWeb3HostnamesOutput(args: GetWeb3HostnamesOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getWeb3Hostnames. */ export interface GetWeb3HostnamesOutputArgs { maxItems?: pulumi.Input; zoneId: pulumi.Input; } //# sourceMappingURL=getWeb3Hostnames.d.ts.map