import { ChainId } from '@iguanadex/chains';
import { Address } from 'viem';
export declare const getPermit2Address: (chainId: ChainId | undefined) => Address;
export declare const MaxUint48: bigint;
export declare const MaxUint160: bigint;
export declare const MaxUint256: bigint;
export declare const MaxAllowanceTransferAmount: bigint;
export declare const MaxAllowanceExpiration: bigint;
export declare const MaxOrderedNonce: bigint;
export declare const MaxSignatureTransferAmount: bigint;
export declare const MaxUnorderedNonce: bigint;
export declare const MaxSigDeadline: bigint;
export declare const PERMIT_EXPIRATION = 2592000000;
export declare const PERMIT_SIG_EXPIRATION = 1800000;
export declare const InstantExpiration: bigint;
//# sourceMappingURL=constants.d.ts.map