import { TypeBase } from './TypeBase'; /** Primitive types map directly to JavaScript equivalents. */ export declare class Primitive extends TypeBase { }