export type ThinkToolReturnType = {
    thought: string;
};
export declare const thinkTool: import("../client.js").BaseTool;
//# sourceMappingURL=tools.d.ts.map