export function getMetadataPath(entryModuleId: string, cwd: string, cacheDir: string): {
    dir: string;
    path: string;
};
//# sourceMappingURL=getMetadataPath.d.ts.map