/** * Shared IR-module → path-segment helpers for per-module artifact nesting. */ /** Sanitize an IR module name into a single path segment. */ export declare function moduleDirSegment(moduleName: string | undefined): string | undefined; //# sourceMappingURL=module-path.d.ts.map