import { TAnyObject } from '../../typings/object'; import { IKeyValuePair } from '../../typings/patterns'; export default function getObjectKeyVals(obj: TAnyObject): IKeyValuePair[];