import type { TGetFormInitialValues, TFormValues } from "../config/types/index.d.mts"; /** * Получает начальные значения формы * @returns {TFormValues} */ export declare const getFormInitialValues: ({ formRows, }: TGetFormInitialValues) => TFormValues;