export declare const roundToNDigits: (number: number, n: number) => number; /** * might be off of the results of the Splid App by a single digit in some cases (single cent), because we haven't quite figured out their arcane rounding rules yet. */ export declare const toFixed: (num: number, precision?: number) => string;