import { AmplifyContext } from '@aws-amplify/core';
import { AWSLexProviderOption } from '../types';
export declare const resolveBotConfig: (ctx: AmplifyContext, botName: string) => AWSLexProviderOption | undefined;
