import type { IOmOption } from './i-om-option.js'; export interface IOmOptionLoader { load(configFile: string): Promise; }