import { type CliError } from "../_utils/cli-error.js"; import { type Result } from "../_utils/result.js"; declare const search: (query: string) => Promise>; export { search };