import * as $dara from '@darabonba/typescript'; export declare class LicenseInstanceAppDTOLicenseConfigs extends $dara.Model { businessType?: string; featureIds?: string; isTrial?: boolean; sdkId?: number; sdkName?: string; subscription?: string; subscriptionImp?: string; subscriptionPkg?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class LicenseInstanceAppDTO extends $dara.Model { appId?: string; beginOn?: string; contractNo?: string; creationTime?: string; expiredOn?: string; instanceId?: string; itemId?: string; licenseConfigs?: LicenseInstanceAppDTOLicenseConfigs[]; modificationTime?: string; status?: string; userId?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }