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