/** * Turn object values into an array. */ export declare function objectToArray($obj: { [k: string]: V; }): V[];