// @flow
declare module.exports: (
date: Date | string | number,
day: number,
options?: {
weekStartsOn?: number
}
) => Date