export declare function formatDateForChangelog(now: Date): string; export declare function parseChangelog(changelogDate: string): Date; export declare const parseCreationTimestamp: (creationTimestampOption: string) => number | undefined;