/** * Calculates sum of any number of passed arguments with proper floating point precision */ export declare function tuiSum(...args: number[]): number;