import { Context, Next } from 'koa';
export declare function hmrPing(): (ctx: Context, next: Next) => Promise<void>;
