export * from 'yup';

declare module "./yup" {
    interface Schema {
    }
}
