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