import { type WantedEngine } from '@pnpm/config.package-is-installable'; import type { SupportedArchitectures } from '@pnpm/types'; export declare function packageIsInstallable(pkgPath: string, pkg: { packageManager?: string; engines?: WantedEngine; cpu?: string[]; os?: string[]; libc?: string[]; }, opts: { engineStrict?: boolean; nodeVersion?: string; supportedArchitectures?: SupportedArchitectures; }): void;