export declare const FALLBACK_DEFAULT_MAX_SLIPPAGE = 3; export declare const GENERAL_SWAP_ERROR_CODE = "SWAP_ERROR"; export declare const GENERAL_SWAP_QUOTE_ERROR_CODE = "SWAP_QUOTE_ERROR"; export declare const GENERAL_SWAP_BALANCE_ERROR_CODE = "SWAP_BALANCE_ERROR"; export declare const LOW_LIQUIDITY_ERROR_CODE = "SWAP_QUOTE_LOW_LIQUIDITY_ERROR"; export declare const PERMIT2_CONTRACT_ADDRESS = "0x000000000022D473030F116dDEE9F6B43aC78BA3"; export declare const TOO_MANY_REQUESTS_ERROR_CODE = "TOO_MANY_REQUESTS_ERROR"; export declare const UNCAUGHT_SWAP_QUOTE_ERROR_CODE = "UNCAUGHT_SWAP_QUOTE_ERROR"; export declare const UNCAUGHT_SWAP_ERROR_CODE = "UNCAUGHT_SWAP_ERROR"; export declare const UNIVERSALROUTER_CONTRACT_ADDRESS = "0x3fC91A3afd70395Cd496C647d5a6CC9D4B2b7FAD"; export declare const USER_REJECTED_ERROR_CODE = "USER_REJECTED"; export declare const UNSUPPORTED_AMOUNT_REFERENCE_ERROR_CODE = "UNSUPPORTED_AMOUNT_REFERENCE_ERROR"; export declare const SwapMessage: { readonly BALANCE_ERROR: "Error fetching token balance"; readonly CONFIRM_IN_WALLET: "Confirm in wallet"; readonly FETCHING_QUOTE: "Fetching quote..."; readonly FETCHING_BALANCE: "Fetching balance..."; readonly INCOMPLETE_FIELD: "Complete the fields to continue"; readonly INSUFFICIENT_BALANCE: "Insufficient balance"; readonly LOW_LIQUIDITY: "Insufficient liquidity for this trade."; readonly SWAP_IN_PROGRESS: "Swap in progress..."; readonly TOO_MANY_REQUESTS: "Too many requests. Please try again later."; readonly USER_REJECTED: "User rejected the transaction"; readonly UNSUPPORTED_AMOUNT_REFERENCE: "useAggregator does not support amountReference: to, please use useAggregator: false"; }; export type SwapMessageType = (typeof SwapMessage)[keyof typeof SwapMessage]; export declare const SLIPPAGE_SETTINGS: { readonly AUTO: "Auto"; readonly CUSTOM: "Custom"; }; export type SlippageSettingsType = (typeof SLIPPAGE_SETTINGS)[keyof typeof SLIPPAGE_SETTINGS]; export declare const ONRAMP_PAYMENT_METHODS: { id: string; name: string; description: string; icon: string; }[]; //# sourceMappingURL=constants.d.ts.map