import { ApiDocsSearchIndexer } from '@redocly/api-docs'; import type { ExampleEntry, SchemaEntry } from '@redocly/api-docs'; /** The shared api-docs indexer with Markdown descriptions — AI search documents and llms.txt need Markdown. */ export declare function createApiDocsSearchIndexer(basePath: string, schemaStore?: Record, document?: Record, exampleStore?: Record): ApiDocsSearchIndexer; //# sourceMappingURL=create-indexer.d.ts.map