export class OctahedralDepthDebuggerWidget {
    update(): void;
    /**
     *
     * @returns {Entity}
     */
    get entity(): Entity;
    /**
     *
     * @param {EntityComponentDataset} ecd
     * @param {Engine} engine
     */
    build(ecd: EntityComponentDataset, engine: Engine): void;
    #private;
}
import Entity from "../../../../../ecs/Entity.js";
//# sourceMappingURL=OctahedralDepthDebuggerWidget.d.ts.map