export declare const BVHFileLoaderMetadata: { readonly name: "bvh"; readonly extensions: { readonly ".bvh": { readonly isBinary: false; }; }; };