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