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

export = isTuesday;
