export default function output(): { name: string; parse(text: string): string; alias: string[]; allowedOn: string[]; multiple: boolean; };