declare function isMonday(offset?: number): boolean;

export = isMonday;