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