import * as pulumi from "@pulumi/pulumi"; export declare function getPropertyInclude(args: GetPropertyIncludeArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getPropertyInclude. */ export interface GetPropertyIncludeArgs { contractId: string; groupId: string; includeId: string; } /** * A collection of values returned by getPropertyInclude. */ export interface GetPropertyIncludeResult { readonly assetId: string; readonly contractId: string; readonly groupId: string; readonly id: string; readonly includeId: string; readonly latestVersion: number; readonly name: string; readonly productionVersion: number; readonly stagingVersion: number; readonly type: string; } export declare function getPropertyIncludeOutput(args: GetPropertyIncludeOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getPropertyInclude. */ export interface GetPropertyIncludeOutputArgs { contractId: pulumi.Input; groupId: pulumi.Input; includeId: pulumi.Input; } //# sourceMappingURL=getPropertyInclude.d.ts.map