import { PubbyStream } from "../lib/stream";
export declare function fromEvent<T>(target: any, event: any): PubbyStream<T>;
