import { HttpClient } from '@wix/sdk-types'; import { GetBlogCacheResponse, GetBlogCacheResponseNonNullableFields } from './blog-v1-blog-cache-blog-cache.universal.js'; export declare const __metadata: { PACKAGE_NAME: string; }; export declare function getBlogCache(httpClient: HttpClient): GetBlogCacheSignature; interface GetBlogCacheSignature { /** * Gets blog cache. */ (): Promise; } export { ActionEvent, Address, AddressHint, BlogCache, BusinessSchedule, Categories, ChangeContext, ChangeContextPayloadOneOf, ConsentPolicy, DayOfWeek, DomainEvent, DomainEventBodyOneOf, Empty, EntityCreatedEvent, EntityDeletedEvent, EntityUpdatedEvent, Flag, GeoCoordinates, GetBlogCacheRequest, GetBlogCacheResponse, GetBlogCacheResponseNonNullableFields, Locale, LocaleStatus, Multilingual, PageInfo, PagesData, PlacementType, Properties, PropertiesChange, ResolutionMethod, RestoreInfo, SiteCloned, SiteCreated, SiteProperties, SitePropertiesEvent, SitePropertiesNotification, SiteSupportedLanguage, SpecialHourPeriod, SupportedLanguage, TimePeriod, Translation, UrlInvalidationNotification, } from './blog-v1-blog-cache-blog-cache.universal.js';