import * as pulumi from "@pulumi/pulumi"; export declare function getBotmanCustomClientSequence(args: GetBotmanCustomClientSequenceArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getBotmanCustomClientSequence. */ export interface GetBotmanCustomClientSequenceArgs { configId: number; } /** * A collection of values returned by getBotmanCustomClientSequence. */ export interface GetBotmanCustomClientSequenceResult { readonly configId: number; readonly customClientIds: string[]; /** * The provider-assigned unique ID for this managed resource. */ readonly id: string; } export declare function getBotmanCustomClientSequenceOutput(args: GetBotmanCustomClientSequenceOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getBotmanCustomClientSequence. */ export interface GetBotmanCustomClientSequenceOutputArgs { configId: pulumi.Input; } //# sourceMappingURL=getBotmanCustomClientSequence.d.ts.map