export type UnsafeParameter =
  | "import.meta"
  | "new.target"
  | "super.get"
  | "super.set"
  | "super.call";
