export declare const isNode: boolean; export declare const isBrowser: boolean; export declare function defaultCheckEmpty(value: any): boolean;