export declare function criarDiretorioAplicacao(nomeAplicacao: string): string;
export declare function copiarExemploParaProjeto(tipoDeProjeto: string, diretorioProjeto: string): Promise<void[]>;
