declare const setup: (projectPath: string, version: string) => Promise<void>;
export default setup;
