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