import { createSection as publicCreateSection, bulkCreateSections as publicBulkCreateSections, getSection as publicGetSection, listSections as publicListSections, querySections as publicQuerySections, updateSection as publicUpdateSection, bulkUpdateSection as publicBulkUpdateSection, deleteSection as publicDeleteSection, bulkDeleteSections as publicBulkDeleteSections } from './restaurants-menus-v1-section-sections.public.js'; import { createEventModule } from '@wix/sdk-runtime/event-definition-modules'; import { BuildRESTFunction, MaybeContext } from '@wix/sdk-types'; import { onSectionCreated as publicOnSectionCreated } from './restaurants-menus-v1-section-sections.public.js'; import { onSectionDeleted as publicOnSectionDeleted } from './restaurants-menus-v1-section-sections.public.js'; import { onSectionUpdated as publicOnSectionUpdated } from './restaurants-menus-v1-section-sections.public.js'; export declare const createSection: MaybeContext & typeof publicCreateSection>; export declare const bulkCreateSections: MaybeContext & typeof publicBulkCreateSections>; export declare const getSection: MaybeContext & typeof publicGetSection>; export declare const listSections: MaybeContext & typeof publicListSections>; export declare const querySections: MaybeContext & typeof publicQuerySections>; export declare const updateSection: MaybeContext & typeof publicUpdateSection>; export declare const bulkUpdateSection: MaybeContext & typeof publicBulkUpdateSection>; export declare const deleteSection: MaybeContext & typeof publicDeleteSection>; export declare const bulkDeleteSections: MaybeContext & typeof publicBulkDeleteSections>; /** */ export declare const onSectionCreated: ReturnType>; /** */ export declare const onSectionDeleted: ReturnType>; /** * Triggered when a section is updated. */ export declare const onSectionUpdated: ReturnType>; export { SortOrder, WebhookIdentityType, } from './restaurants-menus-v1-section-sections.universal.js'; export { Section, ExtendedFields, InvalidateCache, InvalidateCacheGetByOneOf, App, Page, URI, File, CreateSectionRequest, CreateSectionResponse, BulkCreateSectionsRequest, BulkCreateSectionsResponse, BulkCreateSectionResult, ItemMetadata, ApplicationError, BulkActionMetadata, GetSectionRequest, GetSectionResponse, ListSectionsRequest, CursorPaging, ListSectionsResponse, CursorPagingMetadata, Cursors, QuerySectionsRequest, CursorQuery, CursorQueryPagingMethodOneOf, Sorting, QuerySectionsResponse, UpdateSectionRequest, UpdateSectionResponse, BulkUpdateSectionRequest, MaskedSection, BulkUpdateSectionResponse, BulkSectionResult, DeleteSectionRequest, DeleteSectionResponse, BulkDeleteSectionsRequest, BulkDeleteSectionsResponse, BulkDeleteSectionResult, CloneSectionsRequest, CloneSectionsResponse, DomainEvent, DomainEventBodyOneOf, EntityCreatedEvent, RestoreInfo, EntityUpdatedEvent, EntityDeletedEvent, ActionEvent, Empty, MessageEnvelope, IdentificationData, IdentificationDataIdOneOf, SectionNonNullableFields, CreateSectionResponseNonNullableFields, BulkCreateSectionsResponseNonNullableFields, GetSectionResponseNonNullableFields, ListSectionsResponseNonNullableFields, QuerySectionsResponseNonNullableFields, UpdateSectionResponseNonNullableFields, BulkUpdateSectionResponseNonNullableFields, BulkDeleteSectionsResponseNonNullableFields, BaseEventMetadata, EventMetadata, SectionCreatedEnvelope, SectionDeletedEnvelope, SectionUpdatedEnvelope, BulkCreateSectionsOptions, ListSectionsOptions, SectionsQueryResult, SectionsQueryBuilder, UpdateSection, BulkUpdateSectionOptions, } from './restaurants-menus-v1-section-sections.universal.js';