import type { FormInstance } from '../iForm'; export default function useForm(form?: FormInstance): [FormInstance];