import { IUnleashConfig, IUnleashServices } from '../types';
declare const Controller: any;
declare class IndexRouter extends Controller {
    constructor(config: IUnleashConfig, services: IUnleashServices);
}
export default IndexRouter;
