import { Subject } from 'rxjs'; export type TWithBuilt = Readonly<{ build: () => void; isBuilt: () => boolean; built$: Subject; }>;