export default function todo(): { name: string; parse(text: string): string; alias: string[]; };