export declare type Message = {
    type: string;
    payload?: any;
    state?: any;
};
