export declare const objectEntries: <T extends object>(obj: T) => [keyof T, T[keyof T]][];
