import { AuditAction } from './entities/audit-log.entity';
export declare const INTENTIONALLY_UNEMITTED_ACTIONS: Partial<Record<AuditAction, string>>;
