import { isPastOrFuture } from '../types/is-past-or-future'; import { locale } from '../types/locale'; import { style } from '../types/style'; export declare const days: (days: number, local: locale, isPastOrFuture: isPastOrFuture, style: style) => string; //# sourceMappingURL=days.d.ts.map