/**
 * Represents the types of RMI messages that can be sent.
 */
export declare type RMIMessageType = "REQUEST" | "RESPONSE_RESULT" | "RESPONSE_ERROR";
