import { HttpClient, MaybeContext, BuildRESTFunction } from '@wix/sdk-types'; import { SyncEditorDataOptions } from './index.typings.js'; export { AccountInfo, ActionEvent, ChangedPages, CreateOrUpdateEditorMapperRequest, CreateOrUpdateEditorMapperResponse, CreateOrUpdateNileMapperRequest, CreateOrUpdateNileMapperResponse, DeleteEntityMapperRequest, DeleteEntityMapperResponse, DeleteMapperRequest, DeleteMapperResponse, DomainEvent, DomainEventBodyOneOf, Empty, EntityCreatedEvent, EntityDeletedEvent, EntityUpdatedEvent, FieldType, FieldTypeWithLiterals, GetEntityMapperRequest, GetEntityMapperResponse, GetMapperRequest, GetMapperResponse, GetSubscribedTopicsRequest, GetSubscribedTopicsResponse, HtmlNewRevisionSavedMessage, IdentificationData, IdentificationDataIdOneOf, ListEntityMapperRequest, ListEntityMapperResponse, ListMappersRequest, ListMappersResponse, Mapper, MapperField, MessageEnvelope, Page, PublishSiteTranslationsRequest, PublishSiteTranslationsResponse, RestoreInfo, RevisionInfo, SequencePath, SyncEditorDataRequest, SyncEditorDataResponse, SyncFilter, WebhookIdentityType, WebhookIdentityTypeWithLiterals } from './index.typings.js'; declare function syncEditorData$1(httpClient: HttpClient): SyncEditorDataSignature; interface SyncEditorDataSignature { /** * Update localization content with editor data */ (options?: SyncEditorDataOptions): Promise; } declare const syncEditorData: MaybeContext & typeof syncEditorData$1>; export { SyncEditorDataOptions, syncEditorData };