export declare const toExponential: (fractionDigits: number | undefined) => (number: number) => string;
