/** Currently will not pipe down more items after count satisfied */
export declare function limits<T>(n: number, { terminate }?: {
    terminate?: boolean | undefined;
}): TransformStream<T, T>;
