export type StampResult = { ok: true; text: string; } | { ok: false; reason: string; }; export declare function stampVersionInYaml(raw: string, version: string): StampResult; //# sourceMappingURL=version-marker.d.ts.map