export declare const OperatorMap: {
    [key: string]: string;
};
export declare function operatorToString(operator: string): string;
