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