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