import type { IStream } from '../types.js'; export declare const fromPromise: (promise: Promise) => IStream;