import type { MutationHint } from "../chat/types.js"; import { type DrizzleExecutor } from "../drizzle.js"; /** * Repairs channels, memberships, and per-human default-agent conversations only when the explicit onboarding action has already created a live default agent. * It never creates or renames an agent identity; the complete repair and its syncEvents commit in one retryable transaction for startup recovery. */ export declare function agentDefaultRepair(executor: DrizzleExecutor): Promise; //# sourceMappingURL=agentDefaultRepair.d.ts.map