import { AnyDateValue } from '../../types'; export declare function getWeekNumber(week: AnyDateValue | AnyDateValue[]): number;