import { PubbyStream } from "../lib/stream";
export declare function throttle<T>(time?: number): PubbyStream<T>;
