import { PrototypeStruct } from '..';
export declare type IsOddFn = () => boolean;
export declare const isOdd: PrototypeStruct;
declare global {
    interface Number {
        isOdd: IsOddFn;
    }
}
//# sourceMappingURL=is-odd.d.ts.map