import { VueConstructor } from "vue"; export declare const BaklavaVuePlugin: { install(Vue: VueConstructor, args?: any): void; };