export const play = () => {}; export const pause = () => {}; export const skip10 = () => {}; export const back10 = () => {}; export const playSong = ( id: string ) => {};