export { DateTime } from './DateTime/DateTime';
export { TimeSpan } from './DateTime/TimeSpan';
export { WeekDay } from './DateTime/WeekDay';
export { DateFormat } from './DateTime/DateFormat';
export { TypeInfo } from './Type/TypeInfo';
export { SemVersion } from './SemVersion/SemVersion';
export { nameof } from 'ts-simple-nameof';
export { Guid } from './Guid/Guid';
import './String/String.impl';
import './Array/Array.impl';
import './Map/Map.impl';
export declare function sleepAsync(ms: number): Promise<void>;
export declare function isPrimitive(obj: any): boolean;
export declare type Constructor<T = object> = new (...args: any[]) => T;
export * from './Exceptions/Exceptions';
//# sourceMappingURL=index.d.ts.map