import { Answers } from 'inquirer'; declare const _default: { createDir: (projectName: string) => Promise; copyBaseFiles: (cliRoot: string, projectName: string, withSass: boolean) => Promise; updatePackageJson: (answers: Answers) => Promise; addAxios: (cliRoot: string, projectName: string) => Promise; addEslint: (cliRoot: string, projectName: string, withPreCommit: boolean) => Promise; addRouter: (cliRoot: string, projectName: string, routerType: string, withSass: boolean) => Promise; addRedux: (cliRoot: string, projectName: string) => Promise; addReduxSaga: (cliRoot: string, projectName: string) => Promise; addStylelint: (cliRoot: string, projectName: string, withPreCommit: boolean, withSass: boolean) => Promise; addSass: (cliRoot: string, projectName: string) => Promise; }; export default _default;