import { Session } from '../../../types'; export declare function isSharingAuthorization(sharableSessions: Session[]): boolean;