/** * Glyphs that name no status; a status marker comes from nmr-core's `STATUS_GLYPHS`. A plain variant is empty * where a word always follows the glyph, and a word where the glyph opens a line of its own. * * `noop` is a neutral circle: nothing ran because the repo asked for nothing to run, which is neither a * failure nor a block. */ export declare const NMR_GLYPHS: Readonly>>>; export type NmrGlyphName = keyof (typeof NMR_GLYPHS)['rich'];