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