import { LicenseCheckStatus, LicenseType } from "../../types/licensingClasses"; declare class LicenseManager2dState { isDev: boolean; orderId: string; productCode: string; devCount: number; licenseType: LicenseType; licenseType3D: LicenseType; telemetryEnabled: boolean; error: string; checkStatus: LicenseCheckStatus; } export declare const licenseManager2dState: LicenseManager2dState; export {};