/** * Strip annotation comments/whitespace and rebuild the raw CESR text stream. * * This is the inverse of maintainer-facing annotation output, not a general * parser: comment lines and inline `# ...` commentary are discarded. */ export declare function denot(annotated: string): Uint8Array; //# sourceMappingURL=denot.d.ts.map