/** Native event names emitted by the LauncherKit module via DeviceEventEmitter. */ export declare const AppEvents: { /** Fired when a new app is installed on the device. */ APP_INSTALLED: string; /** Fired when an app is uninstalled from the device. */ APP_REMOVED: string; /** Fired when battery level or charging state changes. */ BATTERY_STATUS_CHANGED: string; }; //# sourceMappingURL=events.d.ts.map