/** * Returns true if obj has at least 1 key */ export declare function has_some_key(obj:object):boolean export { has_some_key as has__some__key }