import { DateFormatOptions, FORMAT_DATE } from './types/format.types';
export declare const formatDate: (date: Date, format: DateFormatOptions | FORMAT_DATE | string) => string;
export declare const formatDateToUTC: (date: Date | string | number) => Date;
