import type { RefinementCtx } from 'zod'; interface CheckUniqueByKeyOptions { data?: T[]; checkKey: keyof T; basePath?: string; context: RefinementCtx; } export declare function checkUniqueByKey(options: CheckUniqueByKeyOptions): boolean; export {}; //# sourceMappingURL=check_unique_by_key.d.ts.map