/** * Run the audit cleanup once. Returns the deleted row count, or null when * retention is disabled (`AGENT_NATIVE_AUDIT_RETENTION_DAYS=0`). */ export declare function runAuditCleanupOnce(): Promise; /** * Start the recurring audit-cleanup job. Idempotent — calling more than once is * a no-op while a previous schedule is active. Returns a stop function. */ export declare function startAuditCleanupJob(): () => void; export declare function stopAuditCleanupJob(): void; //# sourceMappingURL=cleanup-job.d.ts.map