import * as List from "../../Collections/Immutable/List/index.js"; import type { TestAnnotationMap } from "../TestAnnotationMap/index.js"; export interface TestAnnotationRenderer { readonly run: (ancestors: List.List, child: TestAnnotationMap) => List.List; } export declare class CompositeRenderer implements TestAnnotationRenderer { readonly renderers: List.List; constructor(_: readonly TestAnnotationRenderer[]); readonly run: (ancestors: List.List, child: TestAnnotationMap) => List.List; } export declare const standard: TestAnnotationRenderer; //# sourceMappingURL=index.d.ts.map