import type { Options } from './types.js'; /** * Load a CLI config file via jiti and return its default export. * * The default export is expected to be an `Options` object; shape validation * is delegated to `openapiToTsJsonSchema`. */ export declare function loadConfig(configPath: string): Promise;