import type { AuditLogEntry } from "../types"; /** * Validate that a beforeLog return value has all required fields. * Returns the validated entry or null if validation fails. */ export declare function validateEntry(entry: unknown, logger?: { warn: (message: string, ...args: unknown[]) => void; }): Omit | null; //# sourceMappingURL=validate-entry.d.ts.map