import * as pulumi from "@pulumi/pulumi"; export declare function getProperty(args: GetPropertyArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getProperty. */ export interface GetPropertyArgs { name: string; version?: number; } /** * A collection of values returned by getProperty. */ export interface GetPropertyResult { readonly assetId: string; readonly contractId: string; readonly groupId: string; /** * The provider-assigned unique ID for this managed resource. */ readonly id: string; readonly latestVersion: number; readonly name: string; readonly note: string; readonly productId: string; readonly productionVersion: number; readonly propertyId: string; readonly propertyType: string; readonly ruleFormat: string; readonly rules: string; readonly stagingVersion: number; readonly version?: number; } export declare function getPropertyOutput(args: GetPropertyOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getProperty. */ export interface GetPropertyOutputArgs { name: pulumi.Input; version?: pulumi.Input; } //# sourceMappingURL=getProperty.d.ts.map