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