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