import { ModuleExport, Options, AbstractPath } from './types';
export declare function createSFCModule(source: string, filename: AbstractPath, options: Options): Promise<ModuleExport>;
export declare const vueVersion: string;
