import { Validation } from './types'; export declare const maxLength: (n: number) => Validation;