import type { IDcRouterOptions } from '../dist_ts/classes.dcrouter.js'; /** * Builds IDcRouterOptions from environment variables for OCI container mode. * * If DCROUTER_CONFIG_PATH is set and the file exists, it is loaded as a JSON base config. * Individual env vars are then applied as overrides on top. */ export declare function getOciContainerConfig(): IDcRouterOptions;