* `type` only used on Android.
(asset: string, target: string, type: string)
| 75 | * `type` only used on Android. |
| 76 | */ |
| 77 | cpAsset(asset: string, target: string, type: string): Promise<void>; |
| 78 | cpExternal(source: string, targetName: string, dir: string): Promise<void>; |
| 79 | df(): Promise<FsStat>; |
| 80 | exists(path: string): Promise<boolean>; |