export declare enum STATUT_BTN { POSITIVE = 0, NETRAL = 1, NEGATIVE = 2 } export declare enum MARKET_URL { GOOGLE_PLAY_MARKET = "market://details?id=", GOOGLE_PLAY_URL = "https://play.google.com/store/apps/details?id=", APPLE_STORE_MARKET = "itms-apps://itunes.apple.com/app/id", APPLE_STORE_URL = "https://itunes.apple.com/en/lookup?bundleId=", AMAZON_STORE_ANDROID_URL = "https://www.amazon.com/gp/mas/dl/android?p=", AMAZON_STORE_MARKET_ANDROID = "amzn://apps/android?p=", HUAWEI_APP_GALLERY = "appmarket://details?id=" }