import type { FormInstance } from '../interface'; export declare function toArray(value?: T | T[] | null): T[]; export declare function isFormInstance(form: T | FormInstance): form is FormInstance;