export declare function isPrimitive(instance: any): boolean;
export declare function typeOf(obj: any): "string" | "number" | "bigint" | "boolean" | "symbol" | "undefined" | "object" | "function" | "null" | "array" | "set" | "map" | "date" | "regexp";
//# sourceMappingURL=type.d.ts.map