import { InAppReviewCommon } from './common';

export * from './common';

export declare class InAppReview extends InAppReviewCommon {
  static init(): void;
  static showReviewDialog(): void;
}
