export declare type StringMapLike = Map | { [key: string]: T; };