import { FieldValues } from '../types';
export default function set(object: FieldValues, path: string, value?: unknown): FieldValues;