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