import type { Address } from "viem";
export declare function getTokenAddressFromSymbol(symbol: string): Promise<Address>;
