export declare function formatTime(dateTime: string | number | Date | undefined | null): string | null; export declare function formatBytes(bytes: number | undefined | null): string; export declare function formatRelative(dateTime: string | number | Date | undefined | null): string;