import { TimezoneType } from '../enum/timezone'; export declare const formattingToMoscowTimezone: (date: any, tz: TimezoneType) => string;