export interface INumber {
    toInteger(): number;
    toDouble(): number;
}
//# sourceMappingURL=inumber.d.ts.map