export declare const updateTools: { checkForUpdate: import("ai").Tool, { current: string; latest: string; updateAvailable: boolean; command: string; error?: never; } | { current: string; latest: null; updateAvailable: boolean; error: string; command: string; }>; selfUpdate: import("ai").Tool<{ confirmed: boolean; tag?: string | undefined; dryRun?: boolean | undefined; }, { ok: boolean; dryRun: boolean; tag: string; }>; }; //# sourceMappingURL=update.tool.d.ts.map