import { SyncValidation } from '../../types.js'; /** * Ensure that the value of one or more properties inside an array are distinct */ export declare const distinct: SyncValidation<{ field: string; }>;