import type { TestContext } from 'yup'; import { ValidationError } from 'yup'; export declare function checkUniqueByKey(data: T[] | undefined, checkKey: keyof T, context: TestContext, basePath?: string): true | ValidationError; //# sourceMappingURL=checkUniqueByKey.d.ts.map