import * as pulumi from "@pulumi/pulumi"; export declare function getDnsZoneTransfersAcl(args: GetDnsZoneTransfersAclArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getDnsZoneTransfersAcl. */ export interface GetDnsZoneTransfersAclArgs { accountId: string; aclId: string; } /** * A collection of values returned by getDnsZoneTransfersAcl. */ export interface GetDnsZoneTransfersAclResult { readonly accountId: string; readonly aclId: string; readonly id: string; readonly ipRange: string; readonly name: string; } export declare function getDnsZoneTransfersAclOutput(args: GetDnsZoneTransfersAclOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getDnsZoneTransfersAcl. */ export interface GetDnsZoneTransfersAclOutputArgs { accountId: pulumi.Input; aclId: pulumi.Input; } //# sourceMappingURL=getDnsZoneTransfersAcl.d.ts.map