(args: {
fs: object;
dir: string;
ref: string;
object?: string;
force?: boolean;
})
| 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; |
| 23 | dir: string; |
| 24 | ref: string; |