#!/usr/bin/env tsx export declare const getLatestEntry: (changelog?: string) => { header: string; content: string; }; //# sourceMappingURL=latest-changelog-entry.d.ts.map