import type { Grader, GraderInput, GraderMetadata, GraderResult } from "../../index.js"; export declare class FileMatchesGrader implements Grader { metadata: GraderMetadata; constructor(name?: "file-matches" | "file-not-matches"); /** `file-matches README.md /h.llo/` — both parts discriminate. */ defaultName(config: Record): string; grade(input: GraderInput): Promise; } //# sourceMappingURL=file-matches-grader.d.ts.map