import * as axios from 'axios'; import BaseRoute from '../../Abstract/BaseRoute.js'; declare class UtilsRoute extends BaseRoute { getListPublishStatus: () => Promise>; getListContentType: () => Promise>; getListFieldType: () => Promise>; } export { UtilsRoute as default };