interface Options { hasNuxtPage(): boolean; } export declare function getVueWrapperPlugin(): Options; export {};