// eslint-disable-next-line @typescript-eslint/no-explicit-any export declare function isObject(target: any): target is object;