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