declare const DatePrototypeSetSeconds: (t: Date, sec: number, ms?: number) => ReturnType; export = DatePrototypeSetSeconds;