import * as pulumi from "@pulumi/pulumi"; export declare function getPropertyRuleFormats(opts?: pulumi.InvokeOptions): Promise; /** * A collection of values returned by getPropertyRuleFormats. */ export interface GetPropertyRuleFormatsResult { /** * The provider-assigned unique ID for this managed resource. */ readonly id: string; readonly ruleFormats: string[]; } export declare function getPropertyRuleFormatsOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output; //# sourceMappingURL=getPropertyRuleFormats.d.ts.map