import { Controller } from "@arkecosystem/core-api";
export declare class ConfigurationController extends Controller {
    index(): Promise<any>;
}
