/**
 * Ensures that all geometries have proper tangents
 */
export class GLTFAssetTransformMikkTSpaceTangents extends AssetTransformer<any, any> {
    static INSTANCE: GLTFAssetTransformMikkTSpaceTangents;
    constructor();
    /**
     *
     * @param {Asset} source
     * @param {AssetDescription} asset_description
     * @return {Promise<Asset>}
     */
    transform(source: Asset, asset_description: AssetDescription): Promise<Asset>;
}
import { AssetTransformer } from "../../AssetTransformer.js";
//# sourceMappingURL=GLTFAssetTransformMikkTSpaceTangents.d.ts.map