import type { IOmUserOption } from './i-om-option.js'; export interface IConfigureOM { (option: IOmUserOption): IOmUserOption; }