import type { FormValuesState } from './types.js'; export declare function useFormStore(selector: (state: FormValuesState) => T): T;