declare const OPS: Record<string, number>;
declare const REVERSE_OPS: string[];
export { OPS, REVERSE_OPS };
//# sourceMappingURL=ops.d.ts.map