import { PubbyStream } from "../lib/stream";
export declare function map<T, U>(project: (data: T, index: number) => U): PubbyStream<T, U>;
