export { A as APP_STORE_TO_UNIFIED, Y as AppIconConfig, X as AppIconStyleConfig, F as AppMetaLinks, H as AppPageData, t as AppStoreAsoData, p as AppStoreInfoLocalization, d as AppStoreLocale, v as AppStoreMultilingualAsoData, o as AppStoreReleaseNote, r as AppStoreScreenshotDisplayType, s as AppStoreScreenshots, q as AppStoreVersionLocalization, w as AsoData, a1 as AsoLocaleContent, a0 as AsoTemplate, C as BlogArticle, z as BlogMeta, B as BlogMetaBlock, ah as BlogMetaOutput, E as BlogSummary, ai as CreateBlogHtmlInput, ak as CreateBlogHtmlResult, D as DEFAULT_LOCALE, R as DeepPartial, M as FeatureItem, G as GOOGLE_PLAY_TO_UNIFIED, aj as GeneratedBlogFile, m as GooglePlayAsoData, j as GooglePlayImageType, h as GooglePlayListing, e as GooglePlayLocale, u as GooglePlayMultilingualAsoData, n as GooglePlayReleaseNote, k as GooglePlayScreenshotType, l as GooglePlayScreenshots, I as ImageAsset, P as LandingCta, N as LandingFeatures, J as LandingHero, Q as LandingPage, V as LandingPageLocale, O as LandingReviews, K as LandingScreenshots, L as LayoutColors, ac as LocaleDisplayInfo, $ as ProductConfig, _ as ProductContent, a7 as ProductLocale, a2 as ProductLocalePlatform, a4 as ProductLocalePlatformFeatureOverride, a5 as ProductLocalePlatformLandingOverride, a6 as ProductLocalePlatformOverride, a3 as ProductLocalePlatformScreenshotOverride, Z as ProductMetadata, W as ProductScreenshots, ag as ResolvedWorkData, aa as ScreenshotGeneratorConfig, a9 as ScreenshotGeneratorSlideConfig, a8 as ScreenshotGeneratorThemeTokens, ab as SiteConfig, ad as SiteData, S as SupportedLocale, T as Testimonial, U as UNIFIED_LOCALES, a as UNIFIED_TO_APP_STORE, b as UNIFIED_TO_GOOGLE_PLAY, c as UnifiedLocale, ae as WorkItem, af as WorkLocaleData, au as appStoreToGooglePlay, ao as appStoreToUnified, as as appStoreToUnifiedBatch, ay as convertObjectFromAppStore, az as convertObjectFromGooglePlay, aw as convertObjectToAppStore, ax as convertObjectToGooglePlay, av as googlePlayToAppStore, ap as googlePlayToUnified, at as googlePlayToUnifiedBatch, f as isAppStoreLocale, y as isAppStoreMultilingual, g as isGooglePlayLocale, x as isGooglePlayMultilingual, i as isSupportedLocale, al as unifiedToAppStore, aq as unifiedToAppStoreBatch, an as unifiedToBothPlatforms, am as unifiedToGooglePlay, ar as unifiedToGooglePlayBatch } from './locale-converter-muZGzube.js'; import '@googleapis/androidpublisher'; import 'appstore-connect-sdk/openapi'; /** * Blog constants * Used for blog-related default values and configurations */ /** * App slug for personal/daily developer posts. */ declare const DEVELOPER_JOURNAL_APP_SLUG = "developer-journal"; /** * App slug for technical developer posts. */ declare const DEVELOPER_TECH_APP_SLUG = "developer-tech"; /** * Default app slug for developer-related blog posts. * New posts default to journal. */ declare const DEFAULT_APP_SLUG = "developer-journal"; declare function isDeveloperBlogAppSlug(appSlug: string): boolean; export { DEFAULT_APP_SLUG, DEVELOPER_JOURNAL_APP_SLUG, DEVELOPER_TECH_APP_SLUG, isDeveloperBlogAppSlug };