import { LicenseInformationModel } from './license-information-details.model'; export declare class SaveLicensesInformation extends LicenseInformationModel { isSubmit: boolean; vendorLevelActivityClientListId: number; constructor(data: unknown); }