export declare enum YupSchemaTypes { 'cast' = "cast", 'validation' = "validation" } export type YupSchemaType = `${YupSchemaTypes}`;