export declare const formatDate: (date: Date, format: string) => string;
