import { MatchContext } from '@contract-case/case-plugin-base'; export declare const validateCodes: (codes: number | string | Array, matchContext: MatchContext) => number; //# sourceMappingURL=codeValidator.d.ts.map