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