//#region ../@warlock.js/seal/src/helpers/path-helpers.d.ts /** * Set the key path for nested validation */ declare const setKeyPath: (path: string, key: string) => string; //#endregion export { setKeyPath }; //# sourceMappingURL=path-helpers.d.mts.map