declare const validate: (values: { [index: string]: string; }) => { [index: string]: string; }; export { validate };