export interface CursorStreamOptions { transform?: (next: T) => any; }