import { AuditLog as BaseAuditLog } from '../audit-log.model'; export declare class AuditLog extends BaseAuditLog { tenantId: string; }