import type { FormState } from '../admin/types.js';
export declare const getDataByPath: <T = unknown>(fields: FormState, path: string) => T;
//# sourceMappingURL=getDataByPath.d.ts.map