import { TitleFormat } from "./type";
export declare const getFormatedYearMonth: (year: number, month: number) => string;
export declare function isLessThanMin(date1: string, date2: string): boolean;
export declare const getTitleFormat: (dateString: string, format?: TitleFormat) => string;