export declare const poolStatsTool: {
    name: string;
    description: string;
    execute: (_params: any, _context: any) => Promise<string>;
};
