export declare const sizeFormat: (size: number | string) => string;
export declare const timestampToDate: (timestamp: number) => string;
