import { Schema, MeshAttributes } from '@loaders.gl/schema';
import type { PLYHeader } from "./ply-types.js";
/**
 * Gets schema from PLY header
 * @param plyHeader
 * @param metadata
 * @returns Schema
 */
export declare function getPLYSchema(plyHeader: PLYHeader, attributes: MeshAttributes): Schema;
//# sourceMappingURL=get-ply-schema.d.ts.map