import type { BasePageFrontMatter, BaseThemeConfig } from '../types'; export declare const getAuthor: (frontmatter: BasePageFrontMatter, themeConfig: BaseThemeConfig, fallback?: string | string[] | undefined) => string[];