import { PubbyStream } from "../lib/stream";
export declare function of<T>(...data: T[]): PubbyStream<T>;
