export declare type ReflecionTypes = 'String' | 'Number' | 'Boolean' | 'symbol' | 'undefined' | 'object' | 'function';
