declare const DatePrototypeSetMonth: (t: Date, month: number, date?: number) => ReturnType; export = DatePrototypeSetMonth;