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