import { DisplayObject } from 'pixi.js';
export default function moveAboveItem(target: DisplayObject, item: DisplayObject): void;
