import { ConfigOptions } from './config-options.interface'; export interface ConfigOptionsFactory { createOptions(): Promise | ConfigOptions; }