export declare class ErrorHMR extends Error {
    constructor(message: string);
}
