import type { PackageJson } from 'type-fest'; interface Person { name?: string; url?: string; email?: string; } export declare const parseAuthor: (authorInfo?: Readonly | undefined) => Person; export declare const composeAuthor: (author?: Readonly) => string; export {}; //# sourceMappingURL=author.d.ts.map