export declare const oneInchSupportedBlockchains: readonly ["ARBITRUM", "AVALANCHE", "BASE", "BSC", "ETH", "FANTOM", "KLAYTN", "OPTIMISM", "POLYGON", "PULSECHAIN", "ZK_SYNC", "GNOSIS"]; export type OneInchSupportedBlockchains = (typeof oneInchSupportedBlockchains)[number];