/** * A wrapper for `Object.entries` which has typed keys and values. */ export declare const entriesOf: (obj: T) => [keyof T, T[keyof T]][]; //# sourceMappingURL=entries-of.d.ts.map