export declare function toTimestamp(date?: Date): number; export declare function fromTimestamp(timestamp: number): Date;