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