import type * as t from '@babel/types';
export declare function createRouteHmrStatement(stableRouteOptionKeys: Array<string>, opts?: {
    hotExpression?: string;
}): t.Statement;
