import * as pulumi from "@pulumi/pulumi"; export declare function getIamSupportedLangs(opts?: pulumi.InvokeOptions): Promise; /** * A collection of values returned by getIamSupportedLangs. */ export interface GetIamSupportedLangsResult { /** * The provider-assigned unique ID for this managed resource. */ readonly id: string; readonly languages: string[]; } export declare function getIamSupportedLangsOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output; //# sourceMappingURL=getIamSupportedLangs.d.ts.map