import * as pulumi from "@pulumi/pulumi"; export declare function getPropertyIncludeRules(args: GetPropertyIncludeRulesArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getPropertyIncludeRules. */ export interface GetPropertyIncludeRulesArgs { contractId: string; groupId: string; includeId: string; version: number; } /** * A collection of values returned by getPropertyIncludeRules. */ export interface GetPropertyIncludeRulesResult { readonly contractId: string; readonly groupId: string; /** * The provider-assigned unique ID for this managed resource. */ readonly id: string; readonly includeId: string; readonly name: string; readonly ruleErrors: string; readonly ruleFormat: string; readonly ruleWarnings: string; readonly rules: string; readonly type: string; readonly version: number; } export declare function getPropertyIncludeRulesOutput(args: GetPropertyIncludeRulesOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getPropertyIncludeRules. */ export interface GetPropertyIncludeRulesOutputArgs { contractId: pulumi.Input; groupId: pulumi.Input; includeId: pulumi.Input; version: pulumi.Input; } //# sourceMappingURL=getPropertyIncludeRules.d.ts.map