export declare enum MessageType {
    READY = "ekko:ready",
    ERROR = "ekko:error"
}
