export declare function keysOf<T>(obj: T): (keyof T)[];
//# sourceMappingURL=keys-of.d.ts.map