import { methodReturn, ValidatorProps } from '.';
export default function uniqueError(value: any, props: ValidatorProps): Promise<methodReturn>;
