import type { Db } from '../../db/db.js';
import type { IUnleashConfig } from '../../types/index.js';
import EnvironmentService from './environment-service.js';
export declare const createEnvironmentService: (config: IUnleashConfig) => (db: Db) => EnvironmentService;
export declare const createFakeEnvironmentService: (config: IUnleashConfig) => EnvironmentService;
//# sourceMappingURL=createEnvironmentService.d.ts.map