import { Builtin } from "./built-in"; export type NonRecursiveType = Builtin | Promise | ReadonlyMap | ReadonlySet;