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