import * as pulumi from "@pulumi/pulumi"; import * as outputs from "./types/output"; export declare function getServiceGroup(args: GetServiceGroupArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getServiceGroup. */ export interface GetServiceGroupArgs { uuid: string; } /** * A collection of values returned by getServiceGroup. */ export interface GetServiceGroupResult { readonly description: string; /** * The provider-assigned unique ID for this managed resource. */ readonly id: string; readonly isSystemDefined: boolean; readonly name: string; readonly serviceLists: outputs.GetServiceGroupServiceList[]; readonly uuid: string; } export declare function getServiceGroupOutput(args: GetServiceGroupOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getServiceGroup. */ export interface GetServiceGroupOutputArgs { uuid: pulumi.Input; } //# sourceMappingURL=getServiceGroup.d.ts.map