export declare const BIGINT_NEG1: bigint; export declare const BIGINT_0: bigint; export declare const BIGINT_1: bigint; export declare const BIGINT_2: bigint; export declare const BIGINT_3: bigint; export declare const BIGINT_7: bigint; export declare const BIGINT_8: bigint; export declare const BIGINT_27: bigint; export declare const BIGINT_28: bigint; export declare const BIGINT_31: bigint; export declare const BIGINT_32: bigint; export declare const BIGINT_64: bigint; export declare const BIGINT_128: bigint; export declare const BIGINT_255: bigint; export declare const BIGINT_256: bigint; export declare const BIGINT_96: bigint; export declare const BIGINT_100: bigint; export declare const BIGINT_160: bigint; export declare const BIGINT_224: bigint; export declare const BIGINT_2EXP96: bigint; export declare const BIGINT_2EXP160: bigint; export declare const BIGINT_2EXP224: bigint; export declare const BIGINT_2EXP256: bigint; export declare const TWO_POW256: bigint; export declare const MAX_INTEGER_BIGINT: bigint; export declare function mod(a: bigint, b: bigint): bigint; export declare function fromTwos(a: bigint): bigint; export declare function toTwos(a: bigint): bigint; export declare const MAX_NUM: bigint; export declare function exponentiation(bas: bigint, exp: bigint): bigint;