()
| 66 | child(path: string): IReference; |
| 67 | delete(): Promise<void>; |
| 68 | getDownloadURL(): Promise<string>; |
| 69 | getMetadata(): Promise<IMetadata>; |
| 70 | list(options?: ListOptions): Promise<IListResult>; |
| 71 | listAll(): Promise<IListResult>; |
no outgoing calls
no test coverage detected