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