type RestartType = { /** * @deprecated use `restart` instead */ Restart(): void; restart(): void; getReason(): Promise; }; declare const RNRestart: RestartType; export default RNRestart; //# sourceMappingURL=index.d.ts.map