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