import { methodReturn, ValidatorProps } from '.';
export default function tooShort(value: any, props: ValidatorProps): methodReturn;
