import * as pulumi from "@pulumi/pulumi"; export declare function getPageRule(args: GetPageRuleArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getPageRule. */ export interface GetPageRuleArgs { pageruleId: string; zoneId: string; } /** * A collection of values returned by getPageRule. */ export interface GetPageRuleResult { readonly createdOn: string; readonly id: string; readonly modifiedOn: string; readonly pageruleId: string; readonly priority: number; readonly status: string; readonly zoneId: string; } export declare function getPageRuleOutput(args: GetPageRuleOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getPageRule. */ export interface GetPageRuleOutputArgs { pageruleId: pulumi.Input; zoneId: pulumi.Input; } //# sourceMappingURL=getPageRule.d.ts.map