import type { PrototypeStruct } from '../index.js';
interface IsBoolean {
    isBoolean(x: any): boolean;
}
export declare const isBoolean: PrototypeStruct;
declare global {
    interface BooleanConstructor extends IsBoolean {
    }
}
export {};
//# sourceMappingURL=is-boolean.d.ts.map