import { Validator } from '../core'; export declare function valuesByKeys(keys: string[], validator: Validator, message?: string): Validator;