import type { SearchResults } from "./types"; export default function search(query?: string): Promise;