import { Command } from "@oclif/core"; //#region src/commands/git/wtl.d.ts declare class Wtl extends Command { static summary: string; static description: string; static examples: Command.Example[]; run(): Promise; } //#endregion export { Wtl as default };