// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL // This file is automatically generated. DO NOT EDIT import {playlist} from '../models'; import {context} from '../models'; export function AddTracksToPlaylist(arg1:number,arg2:Array):Promise; export function CreatePlaylist(arg1:string):Promise; export function CreatePlaylistWithTracks(arg1:string,arg2:Array):Promise; export function GetAllPlaylists():Promise>; export function GetPlaylistTracks(arg1:number):Promise>; export function SetContext(arg1:context.Context):Promise;