import { SlotId } from '../types'; export declare const changeArrayItemOnIndex: (arr: any[], index: number, item: any) => any[]; export declare const removeSlotFromSlotIdArray: (arr: T[], slotId: SlotId) => T[];