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