export type UmbAuditLogType = 'System' | 'Custom'; export declare const UmbAuditLog: Readonly<{ CUSTOM: "Custom"; SYSTEM: "System"; }>;