import type { NormalizedPackageJson } from "@visulima/package";
import type { BuildConfig } from "../../../types.d.mts";
declare const overwriteWithPublishConfig: (packageJson: NormalizedPackageJson, declaration: BuildConfig["declaration"]) => NormalizedPackageJson;
export default overwriteWithPublishConfig;
