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