export declare const formatDate: (time: string | number | undefined, format: string | undefined) => string;
