/** * Judge all model answers of all problems (directories containing `problem.md` or * `.problem.md`) under a root directory: `model_answers/*` must be fully accepted and * `model_answers.fails/*` must fail at least one test case. Returns the process exit code. */ export declare function checkAllProblems(args: readonly string[]): Promise;