declare type MapTupleLabel, PropertyKey>> = { [K in Exclude as M[K]]: T[K]; }; export default MapTupleLabel;