import { SynthesisMessage } from '../../../cx-api'; export type Messages = { [key: string]: SynthesisMessage; };