/** * Returns a constructor function compatible with Date bound to the specified offset. */ export function makeConstructor(offsetInMinutes: number): typeof Date;