import { PubbyStream } from "../lib";
export declare function fromPromise<T>(promise: Promise<T>): PubbyStream<T>;
