export declare function criarDiretorioAplicacao(nomeAplicacao: string): string;
export declare function copiarArquivosDeExemploParaNovoProjeto(nomeProjeto: string, tipoDeProjeto: string, linguagemDeBackEnd: string, diretorioProjeto: string): Promise<void[]>;
export declare function gerarRepositorioGit(inicializarRepositorioGit: boolean, diretorioProjeto: string): Promise<void>;
export declare function detectarGerenciadorDePacotes(gerenciadorDePacotes: string, diretorioProjeto: string): Promise<void>;
