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