declare function toFixed(value: number, precision?: number): string;

export { toFixed as default };
