import type { BundlerCTXMap } from "../../../types"; type Params = { tsx: string; out_file: string; }; export default function writeHMRTsxModule({ tsx, out_file }: Params): Promise | undefined>; export {};