export declare const getUtcZeroTimestamp: () => number;
export declare const convertTimeStampToDate: (utcTimestamp: number) => string;
