export declare function hasPrimitiveType(element: any): boolean; export declare function isPrimitiveType(typeName: string): boolean; export declare const primitiveTypes: string[]; export declare type PrimitiveType = 'string' | 'number' | 'boolean';