export declare const formatDateTimeFromSeconds: (seconds: string | undefined) => string | undefined;
export declare const formatShortDateTimeFromSeconds: (seconds: string | undefined) => string | undefined;
export declare const formatDateFromSeconds: (seconds: string | undefined) => string | undefined;
export declare const formatLongDateFromSeconds: (seconds: string | undefined) => string | undefined;
export declare const formatDistanceToNowFromSeconds: (seconds: string | undefined) => string | undefined;
