export declare const getDateFromTimestamp: (timestamp?: number, inMillis?: boolean, format?: string, locale?: string) => string | null;