import type { ParseResult } from "../types.js"; export default function throwAnnotation(): { name: string; parse(text: string): string; autofill(item: ParseResult): string[] | undefined; alias: string[]; allowedOn: string[]; };