import { AWSLexV2ProviderOption } from '../types';
export declare const resolveBotConfig: (botName: string) => AWSLexV2ProviderOption | undefined;
