export declare function entries(o: { [s: string]: T; }): [string, T][]; export declare function values(o: { [key: string]: T; }): T[];