import { IInteractions } from './types/AWSLexProviderOption'; /** * @deprecated recommend to migrate to AWS Lex V2 instead * */ export declare const Interactions: IInteractions; export { SendInput, OnCompleteInput, SendOutput } from './types';