/**
 * Patch PIXI to:
 * - emit "added"/"removed" events on stage
 * - implement PIXI.Container.contains method
 */
import { Container } from "pixi.js";
export declare function applyPixiPatch(stage: Container): void;
