export declare const isOdd: (value: number) => boolean;
export declare const isEven: (value: number) => boolean;
