export declare namespace AppFeedItem { enum AppStore { APPLE_ITUNES = "APPLE_ITUNES", GOOGLE_PLAY = "GOOGLE_PLAY", UNKNOWN = "UNKNOWN" } }