import * as pulumi from "@pulumi/pulumi"; export declare function getDnsZoneTransfersOutgoing(args: GetDnsZoneTransfersOutgoingArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getDnsZoneTransfersOutgoing. */ export interface GetDnsZoneTransfersOutgoingArgs { zoneId: string; } /** * A collection of values returned by getDnsZoneTransfersOutgoing. */ export interface GetDnsZoneTransfersOutgoingResult { readonly checkedTime: string; readonly createdTime: string; readonly id: string; readonly lastTransferredTime: string; readonly name: string; readonly peers: string[]; readonly soaSerial: number; readonly zoneId: string; } export declare function getDnsZoneTransfersOutgoingOutput(args: GetDnsZoneTransfersOutgoingOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getDnsZoneTransfersOutgoing. */ export interface GetDnsZoneTransfersOutgoingOutputArgs { zoneId: pulumi.Input; } //# sourceMappingURL=getDnsZoneTransfersOutgoing.d.ts.map