import * as pulumi from "@pulumi/pulumi"; export declare function getBotmanCustomBotCategoryAction(args: GetBotmanCustomBotCategoryActionArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getBotmanCustomBotCategoryAction. */ export interface GetBotmanCustomBotCategoryActionArgs { categoryId?: string; configId: number; securityPolicyId: string; } /** * A collection of values returned by getBotmanCustomBotCategoryAction. */ export interface GetBotmanCustomBotCategoryActionResult { 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 getBotmanCustomBotCategoryActionOutput(args: GetBotmanCustomBotCategoryActionOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getBotmanCustomBotCategoryAction. */ export interface GetBotmanCustomBotCategoryActionOutputArgs { categoryId?: pulumi.Input; configId: pulumi.Input; securityPolicyId: pulumi.Input; } //# sourceMappingURL=getBotmanCustomBotCategoryAction.d.ts.map