import lunr from 'lunr'; import { createFetchQueueWatcher } from '../../fetcher'; export declare const createPageSearchIndex: (page_collection: Awaited>['page_collection'], propertyNames: string[]) => { idx: lunr.Index; tkn: string[]; }; export declare type SearchIndexType = ReturnType;