import type { ProblemMarkdownFrontMatter } from '../types/problem.js'; import type { TestCaseResult } from '../types/testCaseResult.js'; export declare function judgeByStaticAnalysis(cwd: string, problemMarkdownFrontMatterLike: Pick): Promise | undefined>;