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