export interface MapStore { pairs: [K, V][]; } export declare const DictionaryTypeInfo: import("../TASONTypeInfo").TASONTypeInfo>;