import type { NormalizedPackageJson } from "read-pkg"; export type PkgJson = NormalizedPackageJson; export declare function getPkgJson(context: string): NormalizedPackageJson | undefined; export declare function isScopedPackage(name: string): boolean;