import { AnyDateValue } from '../../types'; export declare function isSameMonth(date: AnyDateValue, comparison: AnyDateValue): boolean;