import * as compileUtils from '@vue/component-compiler-utils'; export declare function parseSfc(filePath: string): compileUtils.SFCDescriptor; export declare function compileSfc(filePath: string): Promise;