(args: { fs: object; dir: string; ref?: string; cache?: object })
| 64 | // shape JS-friendly. |
| 65 | currentBranch(args: { fs: object; dir: string; fullname?: boolean }): Promise<string | undefined>; |
| 66 | listFiles(args: { fs: object; dir: string; ref?: string; cache?: object }): Promise<string[]>; |
| 67 | readTree(args: { |
| 68 | fs: object; |
| 69 | dir: string; |