// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL // This file is automatically generated. DO NOT EDIT import {explore} from '../models'; import {context} from '../models'; export function BrowseReleaseGroups(arg1:string):Promise>; export function BrowseReleases(arg1:string):Promise>; export function CoverArtGroupURL(arg1:string):Promise; export function CoverArtURL(arg1:string):Promise; export function GetThumbnail(arg1:string, arg2:string, arg3:string):Promise; export interface ThumbnailRequest { mbid: string; albumName: string; artistName: string; } export function GetThumbnails(arg1:ThumbnailRequest[]):Promise>; export function LookupArtist(arg1:string):Promise; export function LookupReleaseGroup(arg1:string):Promise; export function Search(arg1:string):Promise; export function SearchArtists(arg1:string):Promise>; export function SearchRecordings(arg1:string):Promise>; export function SearchReleaseGroups(arg1:string):Promise>; export function SetContext(arg1:context.Context):Promise; export function SimilarArtists(arg1:string):Promise>; export function TopRecordingsForArtist(arg1:string):Promise>;