import * as pulumi from "@pulumi/pulumi"; export declare function getDnsZoneTransfersPeer(args: GetDnsZoneTransfersPeerArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getDnsZoneTransfersPeer. */ export interface GetDnsZoneTransfersPeerArgs { accountId: string; peerId: string; } /** * A collection of values returned by getDnsZoneTransfersPeer. */ export interface GetDnsZoneTransfersPeerResult { readonly accountId: string; readonly id: string; readonly ip: string; readonly ixfrEnable: boolean; readonly name: string; readonly peerId: string; readonly port: number; readonly tsigId: string; } export declare function getDnsZoneTransfersPeerOutput(args: GetDnsZoneTransfersPeerOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getDnsZoneTransfersPeer. */ export interface GetDnsZoneTransfersPeerOutputArgs { accountId: pulumi.Input; peerId: pulumi.Input; } //# sourceMappingURL=getDnsZoneTransfersPeer.d.ts.map