import { IkDate } from '../types';
export declare const getWeek: (date?: IkDate) => any;
export declare const getMonth: (date?: IkDate) => any;
export declare const getMonthComple: (date?: IkDate) => any[];
