export declare function isPrimitiveType(value: any): boolean;
export declare function typeOf(value: any): string;
export declare function isInNodeEnv(): boolean;
export declare function getDateString(): string;
export declare function JSONStringify(option: any): string;
