import { ChainId } from '../chain'; export declare const ROUTE_PROCESSOR_3_SUPPORTED_CHAIN_IDS: readonly [57073]; export type RouteProcessor3ChainId = (typeof ROUTE_PROCESSOR_3_SUPPORTED_CHAIN_IDS)[number]; export declare const ROUTE_PROCESSOR_3_ADDRESS: Record; export declare const isRouteProcessor3ChainId: (chainId: ChainId) => chainId is RouteProcessor3ChainId;