import type { AuthorInfo, SeoAuthor } from '../../typings/index.js'; export declare const getSEOAuthor: (author: SeoAuthor | false | undefined) => AuthorInfo[];