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