export declare const useGetParentDeleteSlot: (entityId: string) => { parentId: string; deleteDispatch: (slotId: string) => void; };