declare type TObj = Record; declare type TMap = Map; export declare type DicObj = TObj; export declare type DicMap = TMap; export declare enum LangType { s2t = "s2t", t2s = "t2s" } declare type TSMPair = { single: S; multi: M; }; export declare type GroupedPair = TSMPair; export declare type Indexed = { max: number; indies: T; }; export declare type IndexedObj = Indexed; export declare type IndexedMap = Indexed; export declare type IndexedMultiObj = TObj; export declare type IndexedMultiMap = TMap; export declare type IndexedPairObj = TSMPair; export declare type IndexedPairMap = TSMPair; declare type Pack = Record; export declare type SrcPack = Pack; export declare type GroupedPack = Pack>; export declare type IndexedPackObj = Pack; export declare type IndexedPackMap = Pack; export {};