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