import { methodReturn, ValidatorBaseProps, ValidatorProps } from '.';
export default function uniqueError(value: any, props: ValidatorBaseProps, getProp: <T extends keyof ValidatorProps>(key: T) => ValidatorProps[T]): PromiseLike<methodReturn> | methodReturn;
