import * as pulumi from "@pulumi/pulumi"; export declare function getEdgeWorkersPropertyRules(args: GetEdgeWorkersPropertyRulesArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getEdgeWorkersPropertyRules. */ export interface GetEdgeWorkersPropertyRulesArgs { edgeworkerId: number; } /** * A collection of values returned by getEdgeWorkersPropertyRules. */ export interface GetEdgeWorkersPropertyRulesResult { readonly edgeworkerId: number; /** * The provider-assigned unique ID for this managed resource. */ readonly id: string; readonly json: string; } export declare function getEdgeWorkersPropertyRulesOutput(args: GetEdgeWorkersPropertyRulesOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getEdgeWorkersPropertyRules. */ export interface GetEdgeWorkersPropertyRulesOutputArgs { edgeworkerId: pulumi.Input; } //# sourceMappingURL=getEdgeWorkersPropertyRules.d.ts.map