import { type BetterAuthPlugin } from "better-auth"; /** * Better Auth databaseHooks/organizationHooks/middleware에서 수집한 * 이벤트를 `DB.getDB("w")`로 얻은 knex에 `ingestAuditEvent`로 적재한다. * * - dash(@better-auth/infra)의 audit-event 수집 훅 구조를 참고해 Sonamu 내부 적재 경로로 포팅한다. * - dash의 infra 연결/API endpoint 제공 범위는 포함하지 않고, audit-event emit/ingest 경로만 유지한다. * - security 4종은 R1 결정에 따라 scope out (builders.ts의 TODO 주석 참조). */ export declare function sonamuAuditLog(): BetterAuthPlugin; //# sourceMappingURL=plugin.d.ts.map