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