/**
 * Responsibilities: Exposes environment-configurable paths.
 * - Provides the build file path with an environment override
 */
export declare const buildFilePath: string;
/** Optional separate model file path (no env override for now). */
export declare const modelFilePath = "./baldrick-broth-model.yaml";
