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