import type { IOm, IOmFactory } from '../abstraction/index.js'; export declare class DefaultOmFactory implements IOmFactory { create(): IOm; }