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