export declare const GooglePlayConstants: {
    PLAY_STORE_PACKAGE_NOT_PUBLISHED_IDENTIFIER: string;
    PLAY_STORE_ROOT_WEB: string;
    REGEX: {
        DATE: RegExp;
        OS: RegExp;
        VERSION: RegExp;
    };
};
