export declare const BEBOP_INIT_TIMEOUT_MS = 5000; export declare const BEBOP_PRICES_CACHE_TTL = 10; export declare const BEBOP_TOKENS_CACHE_TTL = 60; export declare const BEBOP_TOKENS_POLLING_INTERVAL_MS: number; export declare const BEBOP_API_URL = "https://api.bebop.xyz"; export declare const BEBOP_WS_API_URL = "wss://api.bebop.xyz"; export declare const BEBOP_GAS_COST = 120000; export declare const BEBOP_QUOTE_TIMEOUT_MS = 3000; export declare const SWAP_SINGLE_METHOD = "swapSingle"; export declare const SWAP_AGGREGATE_METHOD = "swapAggregate"; export declare const SWAP_SINGLE_METHOD_SELECTOR = "0x4dcebcba"; export declare const SWAP_AGGREGATE_METHOD_SELECTOR = "0xa2f74893";