export declare const dateFromTimestamp: (timestamp: string) => Date;
export declare const dateFormat: (timestamp: string) => string;
