/** * 是否是空值 * @param value * @returns {boolean} */ export declare const isEmpty: (value: any) => boolean;