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