export declare const setupAssistantTools: { checkSetupStatus: import("ai").Tool<{ live?: boolean | undefined; }, { workspace: { root: string; exists: boolean; }; configured: { gateway: boolean; composio: boolean; redis: boolean; jobs: boolean; qstash: boolean; triggers: boolean; voice: boolean; }; doctor: import("../cli/doctor.js").DoctorCheck[]; tunnel: { name: string; ok: boolean; detail: string; }; secureSetupHint: string; }>; launchSecureSetup: import("ai").Tool<{ section?: "all" | "workspace" | "gateway" | "voice" | "redis" | "jobs" | "composio" | "tavily" | "qstash" | undefined; }, { instruction: string; command: string; note: string; }>; configureSafeSetting: import("ai").Tool<{ key: string; value: string; envPath?: string | undefined; }, { ok: boolean; key: string; value: string; envPath: string; reloadHint: string; }>; initWorkspaceFromAgent: import("ai").Tool, { root: string; paths: import("../workspace/paths.js").WorkspaceLayout; }>; }; //# sourceMappingURL=setup-assistant.tool.d.ts.map