export declare const lendingStatsTool: {
    name: string;
    description: string;
    execute: () => Promise<string>;
};
