import { EnumBlockType, EnumPosition } from "../interfaces/types";
export declare const droppablePosition: (type: EnumBlockType, targetType: EnumBlockType) => EnumPosition[];
export declare const isAcceptedPostion: (type: string, targetType: string) => boolean;
