import * as pulumi from "@pulumi/pulumi"; export declare function getWeb3Hostname(args: GetWeb3HostnameArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getWeb3Hostname. */ export interface GetWeb3HostnameArgs { identifier: string; zoneId: string; } /** * A collection of values returned by getWeb3Hostname. */ export interface GetWeb3HostnameResult { readonly createdOn: string; readonly description: string; readonly dnslink: string; readonly id: string; readonly identifier: string; readonly modifiedOn: string; readonly name: string; readonly status: string; readonly target: string; readonly zoneId: string; } export declare function getWeb3HostnameOutput(args: GetWeb3HostnameOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getWeb3Hostname. */ export interface GetWeb3HostnameOutputArgs { identifier: pulumi.Input; zoneId: pulumi.Input; } //# sourceMappingURL=getWeb3Hostname.d.ts.map