import { PubbyStream } from "../lib/stream";
export declare function group(delimiter: string | RegExp): PubbyStream<string>;
