import { PackageJson } from "../../types.js";
export declare function determinePackageEntry(json: PackageJson): string;
