export declare class InstitutionalMember {
    id: number;
    type: string;
    name: string;
    createdAt: string;
    status: string;
}
