import * as pulumi from "@pulumi/pulumi"; export declare function getPageShieldPolicy(args: GetPageShieldPolicyArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getPageShieldPolicy. */ export interface GetPageShieldPolicyArgs { policyId: string; zoneId: string; } /** * A collection of values returned by getPageShieldPolicy. */ export interface GetPageShieldPolicyResult { readonly action: string; readonly description: string; readonly enabled: boolean; readonly expression: string; readonly id: string; readonly policyId: string; readonly value: string; readonly zoneId: string; } export declare function getPageShieldPolicyOutput(args: GetPageShieldPolicyOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getPageShieldPolicy. */ export interface GetPageShieldPolicyOutputArgs { policyId: pulumi.Input; zoneId: pulumi.Input; } //# sourceMappingURL=getPageShieldPolicy.d.ts.map