import { TokenBoost } from '../models/TokenBoost.js'; /** * Fetches the latest token boosts. * @returns A promise that resolves to an array of TokenBoost instances. */ export declare const getLatestTokenBoosts: () => Promise; /** * Fetches the tokens with the most active boosts. * @returns A promise that resolves to an array of TokenBoost instances. */ export declare const getTopTokenBoosts: () => Promise;