declare module 'react-native-in-app-review'; declare const ReactNativeInAppReview: { RequestInAppReview(): Promise; requestInAppCommentAppGallery(): Promise; isAvailable(): boolean; }; export default ReactNativeInAppReview;