import { AffiliationService } from './services/affiliation.service';
import { AuthService } from './services/auth.service';
import { DmcService } from './services/dmc.service';
import { ExchequerService } from './services/exchequer.service';
import { FileService } from './services/file.service';
import { GoalService } from './services/goal.service';
import { HealthService } from './services/health.service';
import { InstitutionService } from './services/institution.service';
import { PersonaService } from './services/persona.service';
import { S3Service } from './services/s3.service';
import { UserService } from './services/user.service';
import { VitalsService } from './services/vitals.service';
export declare class Api {
    private affiliationService;
    private authService;
    private dmcService;
    private exchequerService;
    private fileService;
    private goalService;
    private healthService;
    private institutionService;
    private personaService;
    private s3Service;
    private userService;
    private vitalsService;
    constructor(affiliationService: AffiliationService, authService: AuthService, dmcService: DmcService, exchequerService: ExchequerService, fileService: FileService, goalService: GoalService, healthService: HealthService, institutionService: InstitutionService, personaService: PersonaService, s3Service: S3Service, userService: UserService, vitalsService: VitalsService);
    readonly affiliations: AffiliationService;
    readonly auth: AuthService;
    readonly dmcs: DmcService;
    readonly exchequers: ExchequerService;
    readonly files: FileService;
    readonly goals: GoalService;
    readonly health: HealthService;
    readonly institutions: InstitutionService;
    readonly personas: PersonaService;
    readonly s3: S3Service;
    readonly users: UserService;
    readonly vitals: VitalsService;
}
