import { VueConstructor } from 'vue'; export default interface BaseConfig { build(): void; bind2Prototype?(_Vue: VueConstructor): void; }