export declare class DateHelper { static adjustTimestampByTimezone(timestamp: number | null, timezone: number | null): Promise; static getTimestampWithoutTimezone(year: number | null, month: number | null, date: number | null): Promise; static toDate(timestamp: number): Promise; }