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