export declare const SUBSCRIPTION_PAGE_CONFIG_VERSION: { readonly 1: "1"; }; export type TSubscriptionPageConfigVersion = (typeof SUBSCRIPTION_PAGE_CONFIG_VERSION)[keyof typeof SUBSCRIPTION_PAGE_CONFIG_VERSION]; export declare const SUBSCRIPTION_PAGE_CONFIG_PLATFORM_TYPES: { readonly IOS: "ios"; readonly ANDROID: "android"; readonly LINUX: "linux"; readonly MACOS: "macos"; readonly WINDOWS: "windows"; readonly ANDROID_TV: "androidTV"; readonly APPLE_TV: "appleTV"; }; export type TSubscriptionPageConfigPlatformType = (typeof SUBSCRIPTION_PAGE_CONFIG_PLATFORM_TYPES)[keyof typeof SUBSCRIPTION_PAGE_CONFIG_PLATFORM_TYPES]; //# sourceMappingURL=platform-types.constant.d.ts.map