import type { ConfidenceTag, TaggedClaim } from "./types.js"; export declare const TAG_RE: RegExp; export declare function parseClaims(body: string): TaggedClaim[]; export declare function serializeTag(tag: ConfidenceTag): string;