declare module 'mapbox-gl-draw'; // declare module 'sffjs'; import { VueConstructor } from 'vue'; declare global { interface StringConstructor { format(format: string, ...value: any): string; } }