import type { RuntimeModulesContract } from '../../../mini-contract.ts'; import type { MiniHmrMode } from '../../hmr-mode.ts'; /** Creates the pure interpreter adapter whose events are dispatched by the shared development host. */ export declare function createInterpreterHmrMode(modules: RuntimeModulesContract): MiniHmrMode;