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