declare const storybookVuePlugin: () => Promise<{ name: string; config: () => { resolve: { alias: { vue: string; }; }; }; }>[]; export { storybookVuePlugin };