declare const isEven: (n: number) => boolean;
export default isEven;
