import { MobileRuntimeHooks } from './types'; /** Dispatches `burdenoff:appStateChange` `{ isActive }` and runs the shell hooks. */ export declare function installMobileRuntimeHooks(hooks?: Partial): Promise; //# sourceMappingURL=app-lifecycle.d.ts.map