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