import { Blockchain } from '../types/config.js'; declare function getNativeSymbol(chain: Blockchain): string; export { getNativeSymbol };