* write to a stream
(stream: import('stream').Stream, options?: Partial<CsvWriteOptions>)
| 1610 | * write to a stream |
| 1611 | */ |
| 1612 | write(stream: import('stream').Stream, options?: Partial<CsvWriteOptions>): Promise<void>; |
| 1613 | } |
| 1614 | |
| 1615 | export interface Media { |
no outgoing calls
no test coverage detected