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