import type { TestCollection, FormatterListTest } from "..";
export declare const format: (testCollection: TestCollection) => FormatterListTest[];
