import type { HooksPlugin, ServerContext } from '@lwrjs/types'; /** * Configuration that runs during the experimental-mrt-dev command to setup CLWR hooks. Configures the * runtimeEnvironmentto reference the dev/* files in the MRT bundle and setup HMR / file watchers. */ export default class DevStartHook implements HooksPlugin { setupServerContext(context: ServerContext, startHooks: HooksPlugin[]): Promise; } //# sourceMappingURL=dev-context-hook.d.ts.map