import { TypeMirror } from './type-mirror'; export declare const STRING: TypeMirror; export declare const NUMBER: TypeMirror; export declare const DATE: TypeMirror; export declare const REGEXP: TypeMirror; export declare const FUNCTION: TypeMirror; export declare const SYMBOL: TypeMirror; export declare const ARRAY: TypeMirror; export declare const SET: TypeMirror; export declare const MAP: TypeMirror; export declare const PROMISE: TypeMirror; export * from './class-transformer'; export * from './utils'; export * from './type-mirror'; export * from './metadatas';