import type { MdPageStaticData } from '../types'; import type { SearchDocument } from '../../../../shared/types'; import type { ContentRecord } from '../../../content/content-provider'; export declare function searchResolver(slug: string, contentRecord: ContentRecord): (staticData: MdPageStaticData) => Promise; //# sourceMappingURL=search-resolver.d.ts.map