export declare function isSameMonth(date: Date | string, comparison: Date | string): boolean;
