import type { InitVue3Options } from './types';
export declare function initVue3Project({ downloadPath, vueVersion, }: InitVue3Options): Promise<unknown>;
export declare function initProject({ downloadPath, vueVersion, }: InitVue3Options): void;
