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