import { Module } from "../interfaces";
export declare function getPackagePathByModule(module: Module): string;
