export declare class InstitutionSelector {
    constructor();
    select(institutionIds: number[], selectedInstitutionId: number): number;
}
