import * as pulumi from "@pulumi/pulumi"; export declare function getDcvDelegation(args: GetDcvDelegationArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getDcvDelegation. */ export interface GetDcvDelegationArgs { zoneId: string; } /** * A collection of values returned by getDcvDelegation. */ export interface GetDcvDelegationResult { /** * The provider-assigned unique ID for this managed resource. */ readonly id: string; readonly uuid: string; readonly zoneId: string; } export declare function getDcvDelegationOutput(args: GetDcvDelegationOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getDcvDelegation. */ export interface GetDcvDelegationOutputArgs { zoneId: pulumi.Input; } //# sourceMappingURL=getDcvDelegation.d.ts.map