(args: { fs: object; dir: string; ref?: string })
| 38 | cache?: object; |
| 39 | }): Promise<{ blob: Uint8Array; oid: string }>; |
| 40 | listFiles?(args: { fs: object; dir: string; ref?: string }): Promise<string[]>; |
| 41 | } |
| 42 | |
| 43 | /** Signature compatible with the `diff` package's `createPatch`. */ |