import * as pulumi from "@pulumi/pulumi"; export declare function getRetrospectiveProcessGroup(args: GetRetrospectiveProcessGroupArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getRetrospectiveProcessGroup. */ export interface GetRetrospectiveProcessGroupArgs { retrospectiveProcessId: string; subStatusId?: string; } /** * A collection of values returned by getRetrospectiveProcessGroup. */ export interface GetRetrospectiveProcessGroupResult { /** * The ID of this resource. */ readonly id: string; readonly retrospectiveProcessId: string; readonly subStatusId: string; } export declare function getRetrospectiveProcessGroupOutput(args: GetRetrospectiveProcessGroupOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getRetrospectiveProcessGroup. */ export interface GetRetrospectiveProcessGroupOutputArgs { retrospectiveProcessId: pulumi.Input; subStatusId?: pulumi.Input; } //# sourceMappingURL=getRetrospectiveProcessGroup.d.ts.map