export declare function getStorePath({ pkgRoot, storePath, pnpmHomeDir, }: { pkgRoot: string; storePath?: string; pnpmHomeDir: string; }): string | Promise;