declare function is(typeName: any, type: any): any; export default is; export { is as type }; export declare function primitive(type: any): boolean; //# sourceMappingURL=is.d.ts.map