import { PrototypeStruct } from '..';
export declare type IsObjectFn = (x: any) => boolean;
export declare const isObject: PrototypeStruct;
declare global {
    interface Object {
        isObject: IsObjectFn;
    }
}
//# sourceMappingURL=is-object.d.ts.map