import { array, mixed, number, object, string, ValidationError } from '../../.external/lib/yup'; export declare const yup: { array: typeof array; mixed: typeof mixed; number: typeof number; object: typeof object; string: typeof string; }; export { ValidationError };