declare module 'koa-is-json' { function isJSON(body: any): boolean; export default isJSON; }