export declare const timeTools: { getCurrentTime: import("ai").Tool<{ timeZone?: string | undefined; }, { iso: string; unixMs: number; timeZone: string; formatted: string; }>; }; //# sourceMappingURL=time.tool.d.ts.map