import { Tiles3DTileContent } from "../../../types.js";
export declare function normalize3DTileNormalAttribute(tile: Tiles3DTileContent, normals: Float32Array | null): {
    type: number;
    size: number;
    value: Float32Array;
} | null;
//# sourceMappingURL=normalize-3d-tile-normals.d.ts.map