import { Scene, StandardMaterial } from "@babylonjs/core"; export declare const createTargetMaterial: (scene: Scene) => StandardMaterial;