import { Valid } from '../validators'; import { Validator } from './index'; export declare const key: (k: string) => (typeCheck?: any) => Valid; export declare const typeObject: (message?: string | undefined) => (...funcs: Valid[]) => Validator;