import { type Token } from "../types"; export declare const fetchAllTokensFromAPI: () => Promise;