export declare const MULTIPLICATIVE_OPERATORS: Set<string>;
export declare const ADDITIVE_OPERATORS: Set<string>;
export declare const COMPARISON_OPERATORS: Set<string>;
export declare const ASSIGNMENT_OPERATORS: Set<string>;
