import { Router } from 'express';
export declare const configurationRouter: Router;
export declare const getConfigurationRoutes: () => {
    getConfiguration: {
        urlModel: string;
        url: string;
        method: "GET";
    };
};
//# sourceMappingURL=config.routes.d.ts.map