import type { MutationHint } from "../../chat/types.js"; import type { DrizzleTransaction } from "../../drizzle.js"; export declare function pluginSurfaceMutationRecord(tx: DrizzleTransaction, input: { area: "apps" | "contributions"; kind: string; entityId: string; actorUserId?: string; targetUserId?: string; chatId?: string; }): Promise<{ hint: MutationHint; sequence: number; }>; //# sourceMappingURL=surfaceMutation.d.ts.map