import type { Schema, MeshAttribute } from '@loaders.gl/schema'; /** Get Mesh Schema */ export declare function getOBJSchema(attributes: Record, metadata?: Record): Schema; //# sourceMappingURL=get-obj-schema.d.ts.map