import type { Db, IUnleashConfig } from '../../types/index.js';
import { SegmentService } from '../../services/index.js';
import type { ISegmentService } from './segment-service-interface.js';
export declare const createSegmentService: (db: Db, config: IUnleashConfig) => SegmentService;
export declare const createFakeSegmentService: (config: IUnleashConfig) => ISegmentService;
//# sourceMappingURL=createSegmentService.d.ts.map