export declare const MAX_SINT32 = 2147483647; export declare const MIN_SINT32: number; export declare const MAX_UINT32 = 4294967295; export declare const MAX_UINT64: bigint; export declare const MAX_SINT64: bigint; export declare const MIN_SINT64: bigint;