import { SimpleObjectKey } from '../objects/struct.type.js';
/**
 * Simple object check.
 * @param item
 * @returns {boolean}
 */
export declare function isObject(item: unknown): item is Record<SimpleObjectKey, unknown>;
//# sourceMappingURL=is-object.function.d.ts.map