import { NewProjectOptions } from './types';
export declare const newProject: (projectName: string, options: NewProjectOptions) => Promise<never>;
