import { ThreeMFData } from './types.js'; export { ThreeMFData }; export declare function parse3MF(filePath: string): Promise;