import type { Db, IUnleashConfig } from '../../types/index.js';
import { PlaygroundService } from './playground-service.js';
export declare const createPlaygroundService: (db: Db, config: IUnleashConfig) => PlaygroundService;
export declare const createFakePlaygroundService: (config: IUnleashConfig) => PlaygroundService;
//# sourceMappingURL=createPlaygroundService.d.ts.map