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