import { Validator } from '../types'; import { Valid } from './validators'; export declare const elementType: (typeValidator: Validator) => Valid;