export declare const toStringOfSamePrecision: (num: number, ...references: string[]) => string; export default toStringOfSamePrecision;