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