import { Options, ModuleExport, AbstractPath } from './types';
export { version as vueVersion } from '@vue/compiler-sfc/../../package.json';
export declare function createSFCModule(source: string, filename: AbstractPath, options: Options): Promise<ModuleExport>;