// Module export { ClockModule, ClockModuleOptions } from './clock.module'; // Service export { ClockService } from './clock.service'; // Types export * from './types';