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