import { type DrizzleTransaction } from "../../drizzle.js"; export interface DeactivationOwnershipRepair { chatId: string; deleted: boolean; ownerUserId?: string; pts: number; } export declare function channelOwnershipRepairForUserDeactivationDb(tx: DrizzleTransaction, input: { actorUserId: string; orphanPolicy: "clear" | "delete"; sequence: number; userId: string; }): Promise; //# sourceMappingURL=channelOwnershipRepairForUserDeactivationDb.d.ts.map