import { TAnyObject } from '../typings/object';
export default function isObjectPure<Obj = TAnyObject>(input: Obj | unknown): input is Obj;
