import type { App } from 'vue'; import type { PluginZovaOptions } from './types/interface/pluginZova.ts'; export declare function bootstrap(app: App, options: PluginZovaOptions): Promise; //# sourceMappingURL=bootstrap.d.ts.map