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