import { MusicfetchBrand } from './types'; declare const toService: (params: MusicfetchBrand) => MusicfetchBrand; export default toService;