export declare function fromSingle(value: T): AsyncGenerator; export declare function first(generator: AsyncGenerator): Promise;