import * as pulumi from "@pulumi/pulumi"; export declare function getBotmanBotDetection(args?: GetBotmanBotDetectionArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getBotmanBotDetection. */ export interface GetBotmanBotDetectionArgs { detectionName?: string; } /** * A collection of values returned by getBotmanBotDetection. */ export interface GetBotmanBotDetectionResult { readonly detectionName?: string; /** * The provider-assigned unique ID for this managed resource. */ readonly id: string; readonly json: string; } export declare function getBotmanBotDetectionOutput(args?: GetBotmanBotDetectionOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getBotmanBotDetection. */ export interface GetBotmanBotDetectionOutputArgs { detectionName?: pulumi.Input; } //# sourceMappingURL=getBotmanBotDetection.d.ts.map