import { KoaContext } from '../routes/types'; /** * @description: 歌单 * 1 歌单类型 * 2 所有歌单 * 3 分类歌单 * 4 歌单详情 * */ declare const getSongListCategoriesController: (ctx: KoaContext, next: () => Promise) => Promise; export default getSongListCategoriesController;