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