import { SearchType } from '../types/SpotifyObjects'; import { SearchOptions } from '../types/SpotifyOptions'; import { Http } from './Http'; export declare function searchHelper(http: Http, query: string, type: SearchType[], options?: SearchOptions): Promise; //# sourceMappingURL=searchHelper.d.ts.map