import type { PackageInfo } from "./package.js"; export declare const formatAuthor: ({ name, email, url, }: Exclude) => string; export declare const parseAuthor: (info: PackageInfo["author"]) => Exclude;