export declare function timestampToDate(timestamp: number): Date;
export declare function dateToTimestamp(date: Date): number;
//# sourceMappingURL=time.d.ts.map