import type { OrgDigestData } from "./org.js"; /** One-line headline (the digest `describe`). */ export declare function orgHeadline(d: OrgDigestData): string; /** Full digest body (printed verbatim by the summary; mirrors the `--json` data). */ export declare function orgDigest(d: OrgDigestData): string;