/** * 检查是否设置变量 * @param {*} needle * @returns {Boolean} */ export declare function isSet(needle?: any): boolean;