export declare function isObject(item: unknown): item is Record<string, any>;
export declare function isSafeObjectKey(key: string): boolean;
