import type { CompilerError, SFCDescriptor } from '@vue/compiler-sfc'; export declare function initVueTemplateCompilerExtraOptions(descriptor: SFCDescriptor): { root: string; platform: keyof UniApp.PagesJsonPagePlatformStyle; componentType: string; filename: string; relativeFilename: string; helper: any; enableRootScrollViewTransform: boolean; rootScrollView: import("src/json/uni-x").UniXPageOptions | undefined; scriptCppBlocks: any; onVueTemplateCompileLog(type: 'warn' | 'error', error: CompilerError): void; r: any; className: any; inlineRender: boolean; };