export declare function objectToArray(obj: { [key: string]: T; }, key: string): T[];