import { Context } from "koa"; export declare const log: (type: "info" | "debug" | "error", message: string, ctx?: Context) => void;