import { FormState } from "./createFormStore"; import { InternalFormId } from "./types"; export declare const useFormStore: (formId: InternalFormId, selector: (state: FormState) => T) => T;