import { ControllerAdmin } from '@lionrockjs/mod-admin'; export default class ControllerAPI extends ControllerAdmin { constructor(request: any); action_pages(): Promise; action_tags(): Promise; action_add_page_tag(): Promise; action_delete_page_tag(): Promise; }