import type { PageStaticData } from '@redocly/config'; import type { AsyncApiDefinition } from '@redocly/asyncapi-docs'; import type { PageRouteDetails, ProcessContentActions, SearchDocument } from '../../../types'; export declare function searchResolver(actions: ProcessContentActions, document: AsyncApiDefinition): (route: PageRouteDetails, staticData: PageStaticData) => Promise; //# sourceMappingURL=search-resolver.d.ts.map