export declare class ThinkToolServer {
    private mcp;
    private thoughtsLog;
    constructor(serverName?: string);
    private registerTools;
    run(): Promise<void>;
}
