import { Router } from 'express';
export declare const dictionaryRouter: Router;
export declare const getDictionaryRoutes: () => {
    getDictionaries: {
        urlModel: string;
        url: string;
        method: "GET";
    };
    writeContentDeclaration: {
        urlModel: string;
        url: string;
        method: "POST";
    };
};
//# sourceMappingURL=dictionary.routes.d.ts.map