import { Command } from 'commander'; import type { Search_opts } from '../types/search'; declare const handle_search: (query: string, opts: Search_opts) => Promise; declare const search_command: Command; export { search_command, handle_search }; //# sourceMappingURL=search.d.ts.map