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