export declare const MESSAGE_CALL = 1; export declare const MESSAGE_CALL_RESULT = 2; export declare const MESSAGE_FUNCTION_CALL = 3; export declare const MESSAGE_FUNCTION_RESULT = 4; export declare const MESSAGE_FUNCTION_RELEASE = 5; export declare const SERIALIZE_METHOD: unique symbol; export declare const TRANSFERABLE: unique symbol; //# sourceMappingURL=constants.d.ts.map