import { EnglishArabicDTO } from "@bnsights/bbsf-controls"; export declare class ServerLicenseFileDTO { licenseStartDate: Date | string; licenseEndDate: Date | string; lastRunningTime: Date | string; generationDate: Date | string; activationDate: Date | string; machineCode: string; isActivated: boolean; autoAssignUserLicense: boolean; usersCount: number; licensedUsersCount: number; serial: string; name: EnglishArabicDTO; }