(path: string)
| 291 | operations: StateJsonUpdateOperation[] |
| 292 | ): Promise<StateJsonUpdateResult>; |
| 293 | exists(path: string): Promise<boolean>; |
| 294 | stat(path: string): Promise<StateStat | null>; |
| 295 | lstat(path: string): Promise<StateStat | null>; |
| 296 | mkdir(path: string, options?: StateMkdirOptions): Promise<void>; |
no outgoing calls
no test coverage detected