export declare type NotEmptyValue = string | boolean | number | object | Symbol;
