import { IOm } from './i-om.js'; export interface IOmFactory { create(): IOm; }