import * as pulumi from "@pulumi/pulumi"; export declare function getRetrospectiveConfiguration(args?: GetRetrospectiveConfigurationArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getRetrospectiveConfiguration. */ export interface GetRetrospectiveConfigurationArgs { kind?: string; } /** * A collection of values returned by getRetrospectiveConfiguration. */ export interface GetRetrospectiveConfigurationResult { /** * The ID of this resource. */ readonly id: string; readonly kind: string; } export declare function getRetrospectiveConfigurationOutput(args?: GetRetrospectiveConfigurationOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getRetrospectiveConfiguration. */ export interface GetRetrospectiveConfigurationOutputArgs { kind?: pulumi.Input; } //# sourceMappingURL=getRetrospectiveConfiguration.d.ts.map