export { OtaManager } from './OtaManager';
export { OTAUpdate, withOTAUpdate } from './components/OTAUpdate';
export { GitLabService } from './services/GitLabService';
export { VersionChecker } from './utils/VersionChecker';
export type { OtaConfig, UpdateInfo, UpdateProgress, PlatformBundleInfo, BundleConfig } from './types';
//# sourceMappingURL=index.d.ts.map