import { default as Percent } from '../Percent'; export declare const ZERO = 0n; export declare const ONE = 1n; export declare const TWO = 2n; export declare const THREE = 3n; export declare const FIVE = 5n; export declare const TEN = 10n; export declare const _100 = 100n; export declare const _997 = 997n; export declare const _1000 = 1000n; export declare const _9994 = 9994n; export declare const _9995 = 9995n; export declare const _10000 = 10000n; export declare const _1e18: bigint; export declare const _1e12: bigint; export declare const _1e9: bigint; export declare const _1e6: bigint; export declare const MAX_SAFE_INTEGER: bigint; export declare const MAX_UINT256: bigint; export declare const MAX_UINT128: bigint; export declare const ZERO_PERCENT: Percent; export declare const ONE_BIPS: Percent; export declare const ONE_HUNDRED_PERCENT: Percent;