import { type ReadonlyRecord } from 'ts-type-forge'; /** * import文のrootからのパスを求める */ export declare const resolveImportPath: (importPath: string, relativeFilePath: string | undefined, pathIndexMap: ReadonlyRecord) => string; //# sourceMappingURL=resolve-import-path.d.mts.map