import { GeneralObject } from "./types"; declare const _default: (object: GeneralObject, searchKey?: string) => boolean; export = _default;