export declare const PERMIT2_DOMAIN_NAME = "Permit2";
export declare const PERMIT_DETAILS: {
    name: string;
    type: string;
}[];
export declare const PERMIT_TYPES: {
    PermitSingle: {
        name: string;
        type: string;
    }[];
    PermitDetails: {
        name: string;
        type: string;
    }[];
};
export declare const PERMIT_BATCH_TYPES: {
    PermitBatch: {
        name: string;
        type: string;
    }[];
    PermitDetails: {
        name: string;
        type: string;
    }[];
};
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 InstantExpiration: bigint;
//# sourceMappingURL=allowance-transfer.constants.d.ts.map