export declare const SendToRobotTypeMap: {
    readonly NO_SEND: 0;
    readonly SEND_CHANGE: 1;
    readonly SEND_ALL: 2;
};
