export * from './account.service'; import { AccountService } from './account.service'; export * from './accountActions.service'; import { AccountActionsService } from './accountActions.service'; export declare const APIS: (typeof AccountService | typeof AccountActionsService)[];