import { ParsedAuthor } from "./types"; /** * Parse the Open Plugin `author` field. The spec allows either an object * `{ name, email, url }` or a free-form string like `"Name (url)"`. * Returns whatever subset of fields could be extracted. */ export declare function parseAuthor(author: unknown): ParsedAuthor; //# sourceMappingURL=authorParser.d.ts.map