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