import { IArea } from "../../../types/areaTypes";
import { AreaTypeValue } from "../../types/actions";
export declare const updateArea: (set: any) => (areaData: Partial<IArea<AreaTypeValue>> & {
    id: string;
}) => void;
