import { MaybeContext, BuildRESTFunction, HttpClient } from '@wix/sdk-types'; import { TimeSlotsConfigurationsQueryBuilder, TimeSlotsConfigurationQuery, typedQueryTimeSlotsConfigurations } from './index.typings.js'; export { AccountInfo, ActionEvent, BasedOn, BasedOnWithLiterals, CommonQueryWithEntityContext, CreateTimeSlotsConfigurationRequest, CreateTimeSlotsConfigurationResponse, CursorPaging, CursorPagingMetadata, CursorQuery, CursorQueryPagingMethodOneOf, Cursors, DisplayTimeZone, DomainEvent, DomainEventBodyOneOf, EntityCreatedEvent, EntityDeletedEvent, EntityUpdatedEvent, ExtendedFields, GetTimeSlotsConfigurationByAppIdRequest, GetTimeSlotsConfigurationByAppIdResponse, GetTimeSlotsConfigurationRequest, GetTimeSlotsConfigurationResponse, IdentificationData, IdentificationDataIdOneOf, MessageEnvelope, QueryTimeSlotsConfigurationsRequest, QueryTimeSlotsConfigurationsResponse, RestoreInfo, SortOrder, SortOrderWithLiterals, Sorting, SplitInterval, StaffSelection, Strategy, StrategyWithLiterals, TimeSlotsConfiguration, TimeSlotsConfigurationQuerySpec, TimeSlotsConfigurationsQueryResult, UpdateTimeSlotsConfiguration, UpdateTimeSlotsConfigurationRequest, UpdateTimeSlotsConfigurationResponse, WebhookIdentityType, WebhookIdentityTypeWithLiterals, utils } from './index.typings.js'; declare function customQueryTimeSlotsConfigurations(httpClient: HttpClient): { (): TimeSlotsConfigurationsQueryBuilder; (query: TimeSlotsConfigurationQuery): ReturnType; }; declare const queryTimeSlotsConfigurations: MaybeContext & typeof customQueryTimeSlotsConfigurations>; export { TimeSlotsConfigurationQuery, TimeSlotsConfigurationsQueryBuilder, queryTimeSlotsConfigurations };