import { getForm as publicGetForm, addControl as publicAddControl, updateControl as publicUpdateControl, deleteControl as publicDeleteControl, updateMessages as publicUpdateMessages, publishDraft as publicPublishDraft, discardDraft as publicDiscardDraft } from './events-v1-form-forms.public.js'; import { createEventModule } from '@wix/sdk-runtime/event-definition-modules'; import { BuildRESTFunction, MaybeContext } from '@wix/sdk-types'; import { onFormEventUpdated as publicOnFormEventUpdated } from './events-v1-form-forms.public.js'; export declare const getForm: MaybeContext & typeof publicGetForm>; export declare const addControl: MaybeContext & typeof publicAddControl>; export declare const updateControl: MaybeContext & typeof publicUpdateControl>; export declare const deleteControl: MaybeContext & typeof publicDeleteControl>; export declare const updateMessages: MaybeContext & typeof publicUpdateMessages>; export declare const publishDraft: MaybeContext & typeof publicPublishDraft>; export declare const discardDraft: MaybeContext & typeof publicDiscardDraft>; /** */ export declare const onFormEventUpdated: ReturnType>; export { InputControlType, ValueType, RequestedFields, LocationType, SubdivisionType, Status, EventStatus, EventType, RegistrationStatus, RsvpStatusOptions, TaxType, VisitorType, ConferenceType, State, NodeType, WidthType, PluginContainerDataAlignment, Type, Target, TextAlignment, LineStyle, Width, Alignment, ViewMode, LayoutType, Orientation, Crop, ThumbnailsAlignment, GIFType, Source, MapType, ViewRole, VoteRole, PollLayoutType, PollLayoutDirection, BackgroundType, DecorationType, FontType, AppType, InitialExpandedItems, Direction, VerticalAlignment, NullValue, WebhookIdentityType, } from './events-v1-form-forms.universal.js'; export { Form, InputControl, Input, OptionSelection, OptionSelectionSelectedOptionOneOf, Label, FormMessages, RsvpFormMessages, PositiveResponseConfirmation, NegativeResponseConfirmation, Positive, Negative, CheckoutFormMessages, ResponseConfirmation, RegistrationClosedMessages, TicketsUnavailableMessages, FormInputControlAdded, FormInputControlUpdated, FormInputControlDeleted, GetFormRequest, GetFormResponse, AddControlRequest, AddControlRequestControlOneOf, PhoneControl, AddressControl, AddressControlLabels, DateControl, AdditionalGuestsControl, Labels, DropdownControl, RadioButtonControl, CheckboxControl, TextControl, AddControlResponse, UpdateControlRequest, UpdateControlRequestControlOneOf, NameControl, NameControlLabels, EmailControl, UpdateControlResponse, DeleteControlRequest, DeleteControlResponse, UpdateMessagesRequest, UpdateMessagesResponse, PublishDraftRequest, PublishDraftResponse, EventUpdated, Location, MapCoordinates, Address, AddressStreetOneOf, StreetAddress, AddressLocation, Subdivision, ScheduleConfig, Recurrences, Occurrence, Event, Scheduling, Registration, RsvpCollection, RsvpCollectionConfig, Ticketing, TicketingConfig, TaxConfig, Money, ExternalEvent, CalendarLinks, SiteUrl, Dashboard, RsvpSummary, TicketingSummary, GuestListConfig, Feed, OnlineConferencing, OnlineConferencingConfig, OnlineConferencingSession, SeoSettings, SeoSchema, Keyword, Tag, Settings, Agenda, Category, CategoryCounts, EventDisplaySettings, LabellingSettings, RichContent, Node, NodeDataOneOf, NodeStyle, ButtonData, Border, Colors, PluginContainerData, PluginContainerDataWidth, PluginContainerDataWidthDataOneOf, Spoiler, Height, Styles, Link, LinkDataOneOf, Rel, CodeBlockData, TextStyle, DividerData, FileData, FileSource, FileSourceDataOneOf, PDFSettings, GalleryData, Media, Image, Video, Item, ItemDataOneOf, GalleryOptions, Layout, ItemStyle, Thumbnails, GIFData, GIF, HeadingData, HTMLData, HTMLDataDataOneOf, ImageData, LinkPreviewData, MapData, MapSettings, ParagraphData, PollData, Permissions, Option, PollSettings, PollLayout, OptionLayout, Gradient, Background, BackgroundBackgroundOneOf, PollDesign, OptionDesign, Poll, PollDataLayout, Design, TextData, Decoration, DecorationDataOneOf, AnchorData, ColorData, LinkData, MentionData, FontSizeData, SpoilerData, AppEmbedData, AppEmbedDataAppDataOneOf, BookingData, EventData, VideoData, PlaybackOptions, EmbedData, Oembed, CollapsibleListData, TableData, Dimensions, TableCellData, CellStyle, BorderColors, ListValue, AudioData, OrderedListData, BulletedListData, BlockquoteData, CaptionData, LayoutCellData, Metadata, DocumentStyle, TextNodeStyle, DiscardDraftRequest, DiscardDraftResponse, DomainEvent, DomainEventBodyOneOf, EntityCreatedEvent, RestoreInfo, EntityUpdatedEvent, EntityDeletedEvent, ActionEvent, MessageEnvelope, IdentificationData, IdentificationDataIdOneOf, FormNonNullableFields, GetFormResponseNonNullableFields, AddControlResponseNonNullableFields, UpdateControlResponseNonNullableFields, DeleteControlResponseNonNullableFields, UpdateMessagesResponseNonNullableFields, PublishDraftResponseNonNullableFields, BaseEventMetadata, FormEventUpdatedEnvelope, AddControlOptions, UpdateControlIdentifiers, UpdateControlOptions, DeleteControlIdentifiers, UpdateMessagesOptions, } from './events-v1-form-forms.universal.js';