import * as pulumi from "@pulumi/pulumi"; export declare function getAs3DeviceInformation(args: GetAs3DeviceInformationArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getAs3DeviceInformation. */ export interface GetAs3DeviceInformationArgs { applications?: string[]; tenant: string; } /** * A collection of values returned by getAs3DeviceInformation. */ export interface GetAs3DeviceInformationResult { readonly applications?: string[]; readonly as3Json: string; /** * The provider-assigned unique ID for this managed resource. */ readonly id: string; readonly tenant: string; } export declare function getAs3DeviceInformationOutput(args: GetAs3DeviceInformationOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getAs3DeviceInformation. */ export interface GetAs3DeviceInformationOutputArgs { applications?: pulumi.Input[] | undefined>; tenant: pulumi.Input; } //# sourceMappingURL=getAs3DeviceInformation.d.ts.map