FeedOptions: { feed: Feed; getPubkeysForScope: (scope: Scope) => string[]; getPubkeysForWOTRange: (minWOT: number, maxWOT: number) => string[]; onEvent?: (event: TrustedEvent) => void; onExhausted?: () => void; request: (opts: RequestOpts) => Promise<void>; requestDVM: (opts: DVMOpts) => Promise<void>; useWindowing?: boolean;}