import { ChainId } from '@synthra-swap/sdk/core'; import { AlphaRouterConfig } from './alpha-router'; export declare const DEFAULT_ROUTING_CONFIG_BY_CHAIN: (chainId: ChainId) => AlphaRouterConfig;