/** * Print a prominent, multi-line banner to stderr so that debug-mode runs * (e.g., judging against model answers without an explicit cwd) are obvious. * * Written to stderr to avoid interfering with `printTestCaseResult` output on stdout. */ export declare function printDebugBanner(lines: readonly string[]): void;