import { CommsService } from './comms.service'; import { OAuthService } from './oauth2.service'; export * from './comms.service'; export * from './mock-http'; export declare let ACA_AUTH_PROVIDERS: (typeof OAuthService | typeof CommsService)[];