export declare const formatResponseDate: (dateString: string | Date, format: "dd MMM yyyy" | "MMM dd yyyy" | "yyyy dd MM") => string;