export declare const isObject: (object: any) => boolean;
export declare const deepEquals: (typeA: any, typeB: any) => boolean;
