import { KoaContext } from '../routes/types'; declare const batchGetSongInfoController: (ctx: KoaContext, next: () => Promise) => Promise; export default batchGetSongInfoController;