export declare function keyMirror(obj: T): { [K in keyof T]: K; }; //# sourceMappingURL=keymirror.d.ts.map