/** * Centralized env var access. Add new fields here instead of reading * process.env directly elsewhere, so each env var has exactly one source of truth in the code. */ export declare const configurationDbConfig: { mongoUri: string | undefined; configurationDbName: string | undefined; }; //# sourceMappingURL=config.d.ts.map