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