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