import { NamePath } from "../types.js"; //#region src/form/hooks/useForm.d.ts declare function toNamePathStr(name: NamePath): string; //#endregion export { toNamePathStr };