import { Context } from '../context'; export declare function request(method?: string, path?: string): (ctx: Context) => Promise;