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