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