export declare function objectMapToArray(objectMap: { [key: string]: T; }): { key: string; value: T; }[];