import type { CesrMessage } from "../core/types.js"; import type { AnnotatedFrame, AnnotateOptions } from "./types.js"; /** * Render stream-level wrapper groups (GenericGroup/BodyWithAttachmentGroup) * so denot round-trips preserve wrapper counters. Returns null when input does * not start in a wrapper-oriented domain and caller should use frame rendering. */ export declare function renderWrapperAnnotatedStream(input: Uint8Array, options: Required): string | null; /** Render parsed CESR frames into line-oriented, human-annotated text blocks. */ export declare function renderAnnotatedFrames(frames: CesrMessage[], options: Required): AnnotatedFrame[]; //# sourceMappingURL=render.d.ts.map