declare const createCommand: (projectName?: string) => Promise<void>;
export default createCommand;
