import "leaflet"; declare module "leaflet" { namespace control { function polylineMeasure(options?: Record): Control; } }