export declare function _keys(obj: T): (keyof T)[]; export declare function _values(obj: T): T[keyof T][];