import type { HarnessName, HarnessWriter } from './types'; export declare const ALL_HARNESSES: HarnessWriter[]; export declare function getHarness(name: HarnessName): HarnessWriter | undefined; export * from './types'; //# sourceMappingURL=index.d.ts.map