export declare type TypeString = 'number' | 'string' | 'array' | 'object' | 'function' | 'boolean'; export declare const typeStrings: TypeString[];