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