// import type { Program } from "../estree.d.ts";
// import type { Path } from "../guard/syntax/path.d.ts";

// export type Completion = {
//   type: "program";
//   record: { [key in Path]?: null };
//   root: Program;
// };
