import type { InferType } from "yup"; declare const schemaSignin: import("yup").ObjectSchema; declare const schemaSignup: import("yup").ObjectSchema; export type SigninValues = InferType; export type SignupValues = InferType; export {};