export declare class AssetAudit { auditId: number; createdDate: Date; assetId: number; userId: number; adminUserId: number; oldValue: string; newValue: string; notes: string; auditType: string; adminUserLogin: string; static constructFromSearchListJson(objectListJson: any[]): AssetAudit[]; static constructFromObjectJson(objectJson: any): AssetAudit; }