import { PrimaryType } from './constants'; /** * Get mapped type for given type to any basic Typescript/Javascript type. */ export declare function getMappedType(type: string): PrimaryType | string; export declare function hasMappedType(type: string): boolean;