import { SherlClient } from '../common'; import { SearchProvider } from './provider'; export declare const search: (client: SherlClient) => SearchProvider; export * as SearchTypes from './types';