import { Plugin } from 'vue'; export interface UniverseOptions { directiveName?: string; } export declare const Universe: Plugin;