import { FormTestType } from './types'; import { Ref } from 'vue'; export declare const useFormTestValidation: (formState: Ref) => import("@/composables/useFormValidation").UseFormValidationReponseType;