import Command, { flags } from '../command'; export default class Setup extends Command { static aliases: string[]; static description: string; static flags: flags.Input; static help: string; run(): Promise; private readonly templateRoot; private outputTemplate(file, opts?); private validateGitignore(); }