import type { UnreleasedSection } from "../../commit/types"; export declare function parseUnreleasedSection(content: string): UnreleasedSection;