export declare function getInstalledModuleDirPath(params: {
    moduleName: string;
    packageJsonDirPath: string;
}): Promise<string>;
