import { Connection } from "@solana/web3.js";
export declare function getWhirlpoolsCacheData(connection: Connection): Promise<{
    pools: any[];
} | {
    pools?: undefined;
}>;
export declare function getWhirlpools(data: any): Promise<any>;
