export declare const OP_SET = 0; export declare const OP_REMOVE = 1; export declare const OP_TRUNCATE = 2; export declare const OP_APPEND = 3; export declare const OP_ASSIGN = 4; export declare const OP_STRING_SPLICE = 5; export declare const OP_ARRAY_SPLICE = 6; export declare const OP_ARRAY_MOVE = 7; export declare const OP_STRING_COPY = 8; export declare const OP_ARRAY_ASSIGN = 9; export declare const OP_ARRAY_OBJECT_ASSIGN = 10; export declare const OP_ARRAY_TUPLE_ASSIGN = 11; export declare const OP_ARRAY_OBJECT_FIELD_ASSIGN = 12; export declare const OP_SCALAR_ARRAY_REPLACE = 13; export declare const OP_ARRAY_TWO_FIELD_INSERT = 14; //# sourceMappingURL=constants.d.ts.map