(args: { fs: object; dir: string; ref: string })
| 17 | force?: boolean; |
| 18 | }): Promise<void>; |
| 19 | deleteBranch(args: { fs: object; dir: string; ref: string }): Promise<void>; |
| 20 | listBranches(args: { fs: object; dir: string }): Promise<string[]>; |
| 21 | tag(args: { |
| 22 | fs: object; |