import { type UiSpec } from '@manehorizons/cadence-types'; export declare function parseUiSpecMd(raw: string): UiSpec; /** `-UI-SPEC.md` PENDING scaffold body (empty-but-valid, one placeholder * component — mirrors SPEC.md's own placeholder-AC scaffold convention). */ export declare function renderUiSpecScaffold(phase: string, id: string): string; //# sourceMappingURL=ui-spec-parser.d.ts.map