import Controller from '../controller.js';
import type { IUnleashConfig, IUnleashStores } from '../../types/index.js';
import type { Db } from '../../db/db.js';
import type { IUnleashServices } from '../../services/index.js';
export declare class AdminApi extends Controller {
    constructor(config: IUnleashConfig, services: IUnleashServices, stores: IUnleashStores, db: Db);
}
//# sourceMappingURL=index.d.ts.map