export type ChangeVersion = { version: string; title: string; body: Array; }; export declare function getChanges(): Array; //# sourceMappingURL=changelog.d.ts.map