import { MonthOptions } from './types'; export declare function getMonth(date?: Date, options?: MonthOptions): string;