import { ENGINES } from '../constants';
import { ValueASTType } from '../constants/interfaces';
export declare function addDecimalPointIfNeeded(value: ValueASTType, engine: ENGINES): ValueASTType;
