import * as pulumi from "@pulumi/pulumi"; import * as outputs from "./types/output"; export declare function getPropertyIncludeParents(args: GetPropertyIncludeParentsArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getPropertyIncludeParents. */ export interface GetPropertyIncludeParentsArgs { contractId: string; groupId: string; includeId: string; } /** * A collection of values returned by getPropertyIncludeParents. */ export interface GetPropertyIncludeParentsResult { readonly contractId: string; readonly groupId: string; /** * The provider-assigned unique ID for this managed resource. */ readonly id: string; readonly includeId: string; readonly parents: outputs.GetPropertyIncludeParentsParent[]; } export declare function getPropertyIncludeParentsOutput(args: GetPropertyIncludeParentsOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getPropertyIncludeParents. */ export interface GetPropertyIncludeParentsOutputArgs { contractId: pulumi.Input; groupId: pulumi.Input; includeId: pulumi.Input; } //# sourceMappingURL=getPropertyIncludeParents.d.ts.map