import { Express } from 'express'; export declare class SettingsRouter { static route(app: Express): void; private static addSettings; }