export declare const personalContextTools: { getPersonalContext: import("ai").Tool, { context: import("../memory/personal-context.js").PersonalContext; summary: string; }>; updatePersonalContext: import("ai").Tool<{ ownerName?: string | undefined; businessName?: string | undefined; urgencyRule?: string | undefined; workflow?: string | undefined; contact?: { name: string; vip: boolean; id?: string | undefined; email?: string | undefined; handle?: string | undefined; role?: string | undefined; notes?: string | undefined; } | undefined; project?: { name: string; status: "done" | "active" | "paused"; tags: string[]; id?: string | undefined; description?: string | undefined; } | undefined; }, { updated: boolean; summary: string; }>; }; //# sourceMappingURL=personal-context.tool.d.ts.map