import { errorHandling } from "../Interface.js";
declare function search(query: string): Promise<any | errorHandling>;
export { search };
