import { type SearchQuery } from '../../core/search/compiler'; import type { CommandContext, SearchOptions, SearchResult } from './types'; export declare const search: (ctx: CommandContext, query: SearchQuery | true | undefined, options?: SearchOptions) => Promise; //# sourceMappingURL=search.d.ts.map