import { Serenity } from './Serenity'; import { Clock } from './stage'; const clock = new Clock(); export const serenity = new Serenity(clock);