export declare const handleSceneIsoProjector: (scene: Phaser.Scene & {
    isoProjectionAngle?: number;
}) => void;
