export type ShareAuditEvent = 'share.create' | 'share.access' | 'share.access_denied' | 'share.revoke' | 'share.expire' | 'share.update' | 'share.path_changed'; export declare function logShareAudit(event: ShareAuditEvent, fields: Record, message: string): void;