import { Uint128, Uint16, Uint32, Uint64, Uint8 } from "./types";
export declare const MAX_U8_NUMBER: Uint8;
export declare const MAX_U16_NUMBER: Uint16;
export declare const MAX_U32_NUMBER: Uint32;
export declare const MAX_U64_BIG_INT: Uint64;
export declare const MAX_U128_BIG_INT: Uint128;
//# sourceMappingURL=consts.d.ts.map