export declare const scientificNotation: (n: number, decimals?: number) => string;
