import { Pool } from "./types.js";
export declare function getAllPools(): Promise<Pool[]>;
export declare function getPoolInfo(poolId: string): Promise<{
    name: string;
    value: string;
}[]>;
export declare function getBestStake(tokenXProcess: string, tokenYProcess: string): Promise<any>;
//# sourceMappingURL=pools.d.ts.map