/**
 * @description Supports the following managers:
 * – npm
 * – yarn
 * – pnpm
 */
declare const getPackageManager: () => "yarn" | "pnpm" | "npm" | undefined;
export { getPackageManager };
//# sourceMappingURL=managers.d.ts.map