import { Context } from '../core/Context';
export declare function attachHMR(ctx: Context): void;
