export { OpenSCAD as default }; declare function OpenSCAD(options?: {}): Promise<{ noInitialRun: boolean; locateFile: (p: any) => string; }>;