import { Validator } from '../core'; export declare function shapeByKeys(keys: string[], shape: { [key: string]: Validator | undefined; }, options?: { onlyFirstError?: boolean; }, message?: string): Validator;