import { TypeGuard } from '../types'; export declare const isObject: (value: T) => value is TypeGuard; export declare const isPrimitiveObject: (value: T) => value is TypeGuard;