declare const schema: import("yup").ObjectSchema<import("yup").Shape<object, {
    name: string;
    phone: string;
    email: string;
}>>;
export default schema;
//# sourceMappingURL=validSchema.d.ts.map