import type { ToFixedConfig } from './types'; export declare function toFixed(value?: string | number, options?: ToFixedConfig): string; //# sourceMappingURL=decimal.d.ts.map