export declare const nativeRouterSupportedBlockchains: readonly ["ETH", "BSC", "ARBITRUM", "AVALANCHE", "POLYGON", "MANTLE", "BASE", "SCROLL", "MANTA_PACIFIC", "ZK_LINK", "LINEA"]; export type NativeRouterSupportedBlockchains = (typeof nativeRouterSupportedBlockchains)[number];