import * as pulumi from "@pulumi/pulumi"; import * as outputs from "./types/output"; export declare function getPropertyProducts(args: GetPropertyProductsArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getPropertyProducts. */ export interface GetPropertyProductsArgs { contractId: string; } /** * A collection of values returned by getPropertyProducts. */ export interface GetPropertyProductsResult { readonly contractId: string; /** * The provider-assigned unique ID for this managed resource. */ readonly id: string; readonly products: outputs.GetPropertyProductsProduct[]; } export declare function getPropertyProductsOutput(args: GetPropertyProductsOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getPropertyProducts. */ export interface GetPropertyProductsOutputArgs { contractId: pulumi.Input; } //# sourceMappingURL=getPropertyProducts.d.ts.map