import Decimal from './decimal'; export declare function d(value?: Decimal.Value): Decimal.Instance; export declare function isNumber(value: string | number): boolean; //# sourceMappingURL=numbers.d.ts.map