type ModelEndpointMap = Map>; declare const typeModelEndpointMap: ModelEndpointMap; export { typeModelEndpointMap }; export declare function getTypeMap(typeMap: ModelEndpointMap, type: any): Map | undefined;