import { type Device } from "@vgpu/core"; import type { Mesh } from "../mesh-like.ts"; import type { WireframeMesh } from "./wireframe-mesh.ts"; export declare function meshToWireframe(mesh: Mesh, device: Device): Promise; //# sourceMappingURL=mesh-to-wireframe.d.ts.map