declare function isOdd(num: number): boolean;

export = isOdd;
