import { BlockchainSymbol } from '../domain/constants/blockchain'; export declare const isSVMBlockchain: (symbol: BlockchainSymbol) => boolean;