export * from './scheduler.service'; import { SchedulerService } from './scheduler.service'; export * from './timestamp.service'; import { TimestampService } from './timestamp.service'; export declare const APIS: (typeof SchedulerService | typeof TimestampService)[];