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