export declare function formatDefault(value: string | undefined): string; export declare function formatSize(bytes: number | undefined): string;