/** * API Configuration Module * * Exports environment-specific configurations for the API client service. * * @module config/api */ export * from './encryption'; export * from './environments'; export * from './package/defaults'; //# sourceMappingURL=index.d.ts.map