import { type Draft } from '@manehorizons/cadence-types'; export declare function parseDraftMd(raw: string): Draft; //# sourceMappingURL=draft-parser.d.ts.map