import { DisplayObject } from 'pixi.js';
export default function moveItemToIndex(item: DisplayObject, nextIndex: number): void;
