import { FieldValues } from '../types';
export default function set(object: FieldValues, path: string, value: any): Record<string, any>;
