import { Tests } from "./types.js"; /** * Display a table in stdout that lists the sections and what percentage of the tests are not marked shouldFail * @param title The title to display above the table * @param tests The tests to display a table for */ export declare function outputCompletionTable(title: string, tests: Tests): void;