import * as pulumi from "@pulumi/pulumi"; export declare function getCallsTurnApp(args: GetCallsTurnAppArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getCallsTurnApp. */ export interface GetCallsTurnAppArgs { accountId: string; keyId: string; } /** * A collection of values returned by getCallsTurnApp. */ export interface GetCallsTurnAppResult { readonly accountId: string; readonly created: string; /** * The provider-assigned unique ID for this managed resource. */ readonly id: string; readonly keyId: string; readonly modified: string; readonly name: string; readonly uid: string; } export declare function getCallsTurnAppOutput(args: GetCallsTurnAppOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getCallsTurnApp. */ export interface GetCallsTurnAppOutputArgs { accountId: pulumi.Input; keyId: pulumi.Input; } //# sourceMappingURL=getCallsTurnApp.d.ts.map