import type { FormFieldNames } from '../stores/form/types.js'; export declare const useDebouncedWatch: (delay: number, ...name: T) => import("../index.js").FormFieldArray;