export declare type DictionaryValues<Type> = Type[keyof Type];
