import { type DrizzleTransaction } from "../drizzle.js"; import { type IntegrationChange } from "../integrations/types.js"; /** * Allocates the next serverSyncState sequence and inserts the integration-scoped syncEvents hint for a completed change. * Requiring the mutation transaction ensures clients are never notified about an integration version that failed to commit. */ export declare function integrationRecordChange(tx: DrizzleTransaction, actorUserId: string, kind: string, entityId: string): Promise; //# sourceMappingURL=integrationRecordChange.d.ts.map