import { n as CursorSearch, 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, 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, M as MaterializedPage, 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, aA as getMaterializedPage, am as utils } from './quickpages-materializedpages-v1-materialized-page-materialized-pages.universal--Lcb8Xbh.mjs'; import '@wix/sdk-types'; /** @hidden */ type MaterializedPageSearch = {}; /** * 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 search - WQL expression. * @internal * @documentationMaturity preview * @requiredField search * @permissionId QUICK_PAGES.MATERIALIZED_PAGE_READ * @fqn wix.quickpages.materializedpages.v1.MaterializedPages.SearchMaterializedPages */ declare function searchMaterializedPages(search: CursorSearch): Promise; export { CursorSearch, type MaterializedPageSearch, SearchMaterializedPagesResponse, searchMaterializedPages };