export declare const primitiveTypeNames: string[]; /** * This is a mapping of FHIR primitives to their respective JSON representations */ export declare const typeScriptPrimitiveTypes: { [key: string]: string; }; export declare const mongoidPrimitiveTypes: { [name: string]: string; }; export declare const mongoosePrimitiveTypes: { [name: string]: string; }; export declare function convertPrimitiveName(name: string): string; export declare function primitiveTypeCheck(name: string): boolean; //# sourceMappingURL=primitiveDataTypes.d.ts.map