export declare type Dictionary = Record; export declare type UnionOfValues = { [Key in keyof TDict]: TDict[Key]; }[keyof TDict];