export function useValidate(schema: any, data: any): { v$: import("vue").Ref, import("@vuelidate/core").Validation>; invalid: boolean; };