import { tap } from 'baset-core';
import { Writable } from 'stream';
export declare function getTapStream(count: number, outStream: Writable): {
finish: (getResults: () => Promise<{
name: string;
options: tap.Options;
}>[]) => Promise<tap.IStats>;
};