import { Command } from "@oclif/command"; export default class Install extends Command { static description: string; static examples: string[]; static flags: {}; static args: never[]; gitHooksDirectory: string; postCommitTemplateRoute: string; postCommitFileName: string; run(): Promise; }