import { InteractionsSendOutput } from '../../types'; /** * Output type for LexV1 send API. */ export type SendOutput = InteractionsSendOutput;