import { TestHarness } from './interfaces'; export declare const tapeTapLike: (stream: TestHarness) => Promise; export declare const mochaTapLike: (stream: TestHarness) => Promise;