import { Ctx } from './ctx';
export declare function createMesh(object: any, loaded: WeakMap<any, any>, ctx: Ctx): import('three').Mesh<any, any, import('three').Object3DEventMap> | undefined;
//# sourceMappingURL=mesh.d.ts.map