export declare function resolveSessionScope(allowedSessions: string[] | null | undefined, requestedSessionId?: string): string[] | null;
export declare function sessionScopeVisible(allowedSessions: string[] | null | undefined, sessionScope: string | null | undefined): boolean;
