import { Mesh } from "@easytwin/three"; export function createText(message: string, height: number): Mesh;