import type { TokenInfo } from "./utils/index.cjs";
export declare function fetchTokenInfoByAddress(mint: string): Promise<TokenInfo>;
export declare function fetchTokenInfoBySymbol(symbol: string): Promise<TokenInfo | null>;
//# sourceMappingURL=token.d.cts.map