import { IkDate } from '../types';
export declare const formatWeek: (date: IkDate, isArr?: boolean) => string | (string | 0 | 1 | 4 | 2 | 3 | 6 | 5)[];
