/** * Determine if a pnpm lockfile exists. */ export default function pnpmLockfileExists(config?: { cwd?: string; }): boolean; //# sourceMappingURL=pnpm-lockfile-exists.d.ts.map