declare module 'date-format' { export default function asString (format: string, date: Date): string }