import type { ShellCommand } from "../shell-types"; import type { PmDeps } from "./pm-types"; export declare function createPnpmCommand(deps: PmDeps): ShellCommand;