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