import type { Candidate } from "../types/candidate.ts"; export declare function validateCandidateSize(candidate: Candidate, maxLines: number): { ok: boolean; reason?: string; }; //# sourceMappingURL=candidate-size.d.ts.map