import { Tasks } from './tasks'; import { TypescriptStarterOptions } from './utils'; export declare function typescriptStarter({ appveyor, circleci, cspell, description, domDefinitions, editorconfig, email, fullName, githubUsername, functional, install, nodeDefinitions, projectName, repoInfo, runner, strict, travis, vscode, workingDirectory, }: TypescriptStarterOptions, tasks: Tasks): Promise;