import { InAppReviewCommon } from './common';
export declare class InAppReview extends InAppReviewCommon {
    static init(): void;
    static showReviewDialog(): void;
}
