export declare const STLFileLoaderMetadata: { readonly name: "stl"; readonly extensions: { readonly ".stl": { readonly isBinary: true; }; }; };