import type * as Brep from 'brepjs'; export type BrepNs = typeof Brep; export declare function toolDir(): string; export declare function loadBrep(): Promise; export declare function initOcctWasm(brep: BrepNs): Promise;