export declare function getDate(timestamp: number): Date; export declare function getTimestamp(date: Date): number;