/**
 * Type safe version of Object.keys
 * Can probably remove this whenever typescript adds it
 */
export declare const objectKeys: <T extends object>(obj: T) => (keyof T)[];
//# sourceMappingURL=object-keys.d.ts.map