import { HttpClient, NonNullablePaths, MaybeContext, BuildRESTFunction } from '@wix/sdk-types'; import { M as MaterializedPage, a as MaterializedPageSearch, S as SearchMaterializedPagesResponse } from './quickpages-materializedpages-v1-materialized-page-materialized-pages.universal--Lcb8Xbh.mjs'; export { ak as AccountInfo, ag as ActionEvent, q as Aggregation, J as AggregationData, r as AggregationKindOneOf, a8 as AggregationResults, a9 as AggregationResultsResultOneOf, Y as AggregationResultsScalarResult, A as AggregationType, aw as AggregationTypeWithLiterals, az as CommonSearchWithEntityContext, C as ContentDetails, B as CursorPaging, n as CursorSearch, o as CursorSearchPagingMethodOneOf, H as Cursors, D as DateHistogramAggregation, a4 as DateHistogramResult, a6 as DateHistogramResults, aa as DomainEvent, ab as DomainEventBodyOneOf, ac as EntityCreatedEvent, af as EntityDeletedEvent, ae as EntityUpdatedEvent, E as ExtendedFields, G as GetMaterializedPageRequest, l as GetMaterializedPageResponse, a5 as GroupByValueResults, ai as IdentificationData, aj as IdentificationDataIdOneOf, s as IncludeMissingValuesOptions, I as Interval, av as IntervalWithLiterals, al as MaterializedPageSearchSpec, ah as MessageEnvelope, f as MissingValues, as as MissingValuesWithLiterals, h as Mode, ax as ModeWithLiterals, y as NestedAggregation, w as NestedAggregationItem, x as NestedAggregationItemKindOneOf, O as NestedAggregationResults, Q as NestedAggregationResultsResultOneOf, N as NestedAggregationType, au as NestedAggregationTypeWithLiterals, a1 as NestedResultValue, a2 as NestedResultValueResultOneOf, a7 as NestedResults, Z as NestedValueAggregationResult, k as PageRoute, F as PagingMetadataV2, P as PublicationDetails, u as RangeAggregation, L as RangeAggregationResult, R as RangeBucket, $ as RangeResult, X as RangeResults, ad as RestoreInfo, a3 as Results, v as ScalarAggregation, a0 as ScalarResult, g as ScalarType, at as ScalarTypeWithLiterals, z as SearchDetails, m as SearchMaterializedPagesRequest, e as SortDirection, ar as SortDirectionWithLiterals, c as SortOrder, ap as SortOrderWithLiterals, d as SortType, aq as SortTypeWithLiterals, p as Sorting, b as Status, an as StatusWithLiterals, j as TagList, i as Tags, T as Type, ao as TypeWithLiterals, V as ValueAggregation, t as ValueAggregationOptionsOneOf, K as ValueAggregationResult, _ as ValueResult, U as ValueResults, W as WebhookIdentityType, ay as WebhookIdentityTypeWithLiterals, am as utils } from './quickpages-materializedpages-v1-materialized-page-materialized-pages.universal--Lcb8Xbh.mjs'; /** @internal */ declare function getMaterializedPage$1(httpClient: HttpClient): GetMaterializedPageSignature; interface GetMaterializedPageSignature { /** * Retrieves a MaterializedPage. * @param - ID of the MaterializedPage to retrieve. * @returns The requested MaterializedPage. */ (materializedPageId: string): Promise>; } /** @internal */ declare function searchMaterializedPages$1(httpClient: HttpClient): SearchMaterializedPagesSignature; interface SearchMaterializedPagesSignature { /** * Retrieves a list of up to 100 materialized pages, given the specified filtering, search expression, sorting, and cursor paging ([SDK](https://dev.wix.com/docs/sdk/articles/work-with-the-sdk/api-query-language) | [REST](https://dev.wix.com/api/rest/getting-started/api-query-language)). * @param - WQL expression. */ (search: MaterializedPageSearch): Promise>; } /** @internal */ declare const getMaterializedPage: MaybeContext & typeof getMaterializedPage$1>; /** @internal */ declare const searchMaterializedPages: MaybeContext & typeof searchMaterializedPages$1>; export { MaterializedPage, MaterializedPageSearch, SearchMaterializedPagesResponse, getMaterializedPage, searchMaterializedPages };