import { Primitive } from "../primitive";
export type Builtin = Primitive | Function | Date | Error | RegExp;
