import { HubSearchResult } from "../types";
export default function getAlbumTracks(uri: string, token: string, key: string): Promise<HubSearchResult[]>;
