import * as pulumi from "@pulumi/pulumi"; import * as outputs from "./types/output"; export declare function getBotManagement(args: GetBotManagementArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getBotManagement. */ export interface GetBotManagementArgs { zoneId: string; } /** * A collection of values returned by getBotManagement. */ export interface GetBotManagementResult { readonly aiBotsProtection: string; readonly autoUpdateModel: boolean; readonly bmCookieEnabled: boolean; readonly cfRobotsVariant: string; readonly crawlerProtection: string; readonly enableJs: boolean; readonly fightMode: boolean; readonly id: string; readonly isRobotsTxtManaged: boolean; readonly optimizeWordpress: boolean; readonly sbfmDefinitelyAutomated: string; readonly sbfmLikelyAutomated: string; readonly sbfmStaticResourceProtection: boolean; readonly sbfmVerifiedBots: string; readonly staleZoneConfiguration: outputs.GetBotManagementStaleZoneConfiguration; readonly suppressSessionScore: boolean; readonly usingLatestModel: boolean; readonly zoneId: string; } export declare function getBotManagementOutput(args: GetBotManagementOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getBotManagement. */ export interface GetBotManagementOutputArgs { zoneId: pulumi.Input; } //# sourceMappingURL=getBotManagement.d.ts.map