import { Session } from '@refinitiv-data/types'; export declare function isSessionInstance(obj: any): obj is Session;