import * as pulumi from "@pulumi/pulumi"; export declare function getDnsZoneTransfersTsig(args: GetDnsZoneTransfersTsigArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getDnsZoneTransfersTsig. */ export interface GetDnsZoneTransfersTsigArgs { accountId: string; tsigId: string; } /** * A collection of values returned by getDnsZoneTransfersTsig. */ export interface GetDnsZoneTransfersTsigResult { readonly accountId: string; readonly algo: string; readonly id: string; readonly name: string; readonly secret: string; readonly tsigId: string; } export declare function getDnsZoneTransfersTsigOutput(args: GetDnsZoneTransfersTsigOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getDnsZoneTransfersTsig. */ export interface GetDnsZoneTransfersTsigOutputArgs { accountId: pulumi.Input; tsigId: pulumi.Input; } //# sourceMappingURL=getDnsZoneTransfersTsig.d.ts.map