import { DisplayObject, Graphics } from 'pixi.js';
export default function moveToBottom(item: DisplayObject | Graphics): void;
