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