export interface ISessionUserHas {
    activeAffiliations: boolean;
    activeInstitutions: boolean;
    anyInstitutions: boolean;
}
export declare class SessionUserHas implements SessionUserHas {
    activeAffiliations: boolean;
    activeInstitutions: boolean;
    anyInstitutions: boolean;
    constructor(params?: any);
}
