import type { TestCaseResult } from '../types/testCaseResult.js'; /** * Print a test case result in a format that can be read by the judge server. */ export declare function printTestCaseResult(result: TestCaseResult): void; export declare function encodeFileForTestCaseResult(path: string, data: Buffer): NonNullable[number];