declare const search: (query: string, type: string, limit: number) => Promise; export { search };