export default function author(): { name: string; parse(text: string): string; };