import { PlaceArea } from "../../types/areas-type";
export declare const finalizeAreaPlacement: (set: any, get: any) => (payload?: {
    targetId?: string;
    placement?: PlaceArea;
}) => void;
