import type { LoaderOptions } from '@hyperse/config-loader'; export type ConfigLoaderOptions = { configFile: string; loaderOptions: LoaderOptions; };