export declare function initNVue(manifestJson: Record, pagesJson: UniApp.PagesJson): void; export declare function getNVueCompiler(manifestJson: Record): "uni-app" | "weex" | "vue" | "vite"; export declare function getNVueStyleCompiler(manifestJson: Record): "uni-app" | "weex"; export declare function getNVueFlexDirection(manifestJson: Record): "column" | "row" | "row-reverse" | "column-reverse";